#bottom a {
	color: #ffffff;
}
a.button, a.button:link, a.button:visited {
	background: #283c77;
	color: #ffffff;
}

.owl-carousel .preis_tab_head {
	background: rgba(40,60,120,1);
	color: #ffffff;
}
a.btn, a.more {
   
}
#bubble {
	background-image: url('../images/bubble.png');
}
#bubble a {
	color: #173f7d;
}
#bubble_i {
	color: #173f7d;
}
#bubble h4 {
	color: #173f7d;
}

#fullscreen-svg {
    position: absolute;
    top: 50vh;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 84%;
    display: flex;
    justify-content: center;
    align-items: center;
}
    #fullscreen-svg svg {
        width: 880px;
        height: 362px;
        fill: #fff;
    }
@media (max-width: 1600px) {
    #fullscreen-svg svg {
        width: 720px;
        height: 296px;
    }
}
@media (max-width: 1200px) {
    #fullscreen-svg svg {
        width: 560px;
        height: 231px;
    }
}
@media (max-width: 1000px) {
    #fullscreen-svg svg {
        width: 480px;
        height: 198px;
    }
}
@media (max-width: 820px) {
    #fullscreen-svg svg {
        width: 400px;
        height: 165px;
    }
}
@media (max-width: 600px) {
    #fullscreen-svg svg {
        width: 320px;
        height: 132px;
    }
}
@media (max-width: 420px) {
    #fullscreen-svg svg {
        width: 240px;
        height: 99px;
    }
}