body{
    
    justify-content: center !important;
}

.yellow{
	color: rgb(255, 240, 68);
}
.red{
	color: rgb(205, 23, 25);
}
.bg-red{
	background-color: rgb(205, 23, 25);
}
.fixed-top {
	z-index: 900;
}

.background-start{
	background-image: url(img/reifen_3_white.png);
	background-repeat: no-repeat;
	background-size: 35vw;
    background-position-x: 25vw;
    background-position-y: -16vw;
}

.background-flyer{
	background-image: url(img/reifen_2_yellow_low-op.png);
	background-repeat: no-repeat;
	background-size: 70vw;
    background-position-x: -35vw;
}

.background-contact{
	background-image: url(img/reifen_3_yellow_low-op.png);
	background-repeat: no-repeat;
	background-size: 40vw;
    background-position-x: 75vw;
    background-position-y: 15vw;
}

.background-map{
	background-image: url(img/reifen_3_yellow.png);
	background-repeat: no-repeat;
	background-size: 30vw;
    background-position-x: -10vw;
    background-position-y: 7vw;
	display: grid;
	justify-content: center;
}
/* Container needed to position the button. Adjust the width as needed */
.container {
    position: relative;
    width: 100%;
}
.font-bold{
    font-weight: bold;
}
.font-light{
    font-weight: lighter;
}
.modal-dialog-centered {
    display: block;
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}

@font-face {
    font-family: flood;
    src: url(fonts/FloodStd.otf);
}
@font-face {
    font-family: roboto;
    src: url(fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: roboto;
    src: url(fonts/Roboto-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: roboto;
    src: url(fonts/Roboto-Black.ttf);
    font-weight: 900;
}

.bg-bild {
    display:flex; 
    flex-direction:column;
    min-height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;	
    background-size: cover;	
}

@keyframes move {
    0%  {
        background-position: left center;
    }
    100% {
        background-position: right center;
    }
}

.mb-5{
    margin-bottom: 5rem;	
}
.mb-3{
    margin-bottom: 3vw;
}
.mt-3{
    margin-top: 3vw;
}
.mb-15{
    margin-bottom: 15rem;	
}
.mb-35{
    margin-bottom: 35vh;	
}

.mt-15{
    margin-top: 15rem;	
}

.dropdown-menu-style {
    right:4vw !important;
}
.bg-grau {
    background: rgba(0,0,0,0.65);
    color: white;
}
.dropdown-menu {
    background-color: transparent;
    border: none;
}

@media (max-width: 576px){
        .dropdown-menu-style {
    }
}

.navi {
    color: #000000;
    font-size: 3em;
}

.dropdown-item {
	padding: .25rem 1rem;
}

#scrolling-container {
    scroll-behavior: smooth;
    overflow-Y: scroll;
}

@media screen and (min-width: 3000px) {
    .list-font-size {
        font-size: 1em;
    }
	.hide-small-nav {
		display: none!important;
	}
}

@media screen and (max-width: 2999px) {
    h1 {
        font-size:4em;
        text-align:center;
    }
    h2 {
        font-size:2.3em;
        text-align:center;
    }
    h3 {
        font-size:1.5em;
    }
    h4 {
        font-size:1.5em;
    }
    p{
        font-size: 1.5em;
    }
    .pt-vw {
        padding-top: 1vw; 
    }
    .pb-vw {
        padding-bottom: 1vw;
    }
	.mb{
		margin-bottom: 5vw;
	}
	.mt{
		margin-top: 5vw;
	}
    .mt-vw {
        margin-top: 7vw;
    }
    .mt-vh {
        margin-top: 3vh;
    }
    .mt-vh2 {
        margin-top: 2.5vh;
    }
    .container {
        position: relative;
        width: 100%;
    }
    .container.content {
        position: relative;
		width: 70vw;
    }
    .list-font-size {
        font-size: 1.5em;
		font-weight: bold;
    }
	.hide-small-nav {
		display: none!important;
	}
	.carousel{
		width: 60%;
	}
	.about-l-left{
		 text-align: right;
	}
	.about-l-right{
		text-align: left;
	}
	.img-l-size{
		max-width: 80%;
	}
	.map-size{
		width: 45vw;
		height: 25vw;
	}	
	.hide-contact-large {
		display: grid!important;
	}
	.hide-contact-small {
		display: none!important;
	}
}

@media screen and (max-width: 1200px) {
    h1 {
        font-size:3.5em;
        text-align:center;
    }
    h2 {
        font-size:2.3em;
        text-align:center;
    }
    h3 {
        font-size:2.5em;
    }
    h4 {
        font-size:1.5em;
    }
    p{
        font-size: 1.5em;
    }
    .pt-vw {
        padding-top: 0.5vw; 
    }
    .pb-vw {
        padding-bottom: 1vw;
    }
	.mb{
		margin-bottom: 5vw;
	}
	.mt{
		margin-top: 5vw;
	}
    .mt-vw {
        margin-top: 7vw;
    }
    .mt-vh {
        margin-top: 3vh;
    }
    .mt-vh2 {
        margin-top: 2.5vh;
    }
    .container {
        position: relative;
        width: 100%;
    }
    .container.content {
        position: relative;
        width: 100%;
        margin-left: 0%;
    }
    .list-font-size {
        font-size: 1.5em;
		font-weight: bold;
    }
	.hide-small-nav {
		display: none!important;
	}
	.carousel{
		width: 80%;
	}
	.img-l-size{
		width: 80%;
	}
	.map-size{
		width: 75vw;
		height: 50vw;
	}	
	.hide-contact-large {
		display: grid!important;
	}
	.hide-contact-small {
		display: none!important;
	}
}

@media screen and (max-width: 992px) {
	h1 {
        font-size:3.5em;
        text-align:center;
	}
	h2 {
        font-size:2.3em;
        text-align:center;
	}
	h3 {
	   font-size:1.5em;
	}
	h4 {
	   font-size:1.5em;
	}
	p{
	   font-size: 1.5em;
	}
	.pt-vw {
	   padding-top: 0.5vw; 
	}
	.pb-vw {
	   padding-bottom: 1vw;
	}
	.mb{
		margin-bottom: 5vw;
	}
	.mt{
		margin-top: 5vw;
	}
	.mt-vw {
	   margin-top: 7vw;
	}
	.mt-vh {
        margin-top: 3vh;
	}
	.mt-vh2 {
	   margin-top: 2.5vh;
	}
	.container {
        position: relative;
        width: 100%;
	}
	.container.content {
        position: relative;
        width: 100%;
        margin-left: 0%;
	}
	.list-font-size {
	   font-size: 1.2em;
	   font-weight: bold;
	}
	.hide-large-nav {
		display: block!important;
	}
	.hide-small-nav {
		display: none!important;
	}
	.carousel{
		width: 80%;
	}
	.img-l-size{
		width: 80%;
	}
	.map-size{
		width: 75vw;
		height: 50vw;
	}
	.align-left{
		text-align: left;
	}
	.hide-contact-large {
		display: grid!important;
	}
	.hide-contact-small {
		display: none!important;
	}
}

@media screen and (max-width: 768px) {
	h1 {
        font-size:3em;
        text-align:center;
	}
	h2 {
        font-size:1.5em;
        text-align:center;
	}
	h3 {
	   font-size:1.2em;
	}
	h4 {
	   font-size:1.2em;
	}
	p{
	   font-size: 1.3em;
	}
	.pt-vw {
	   padding-top: 0.5vw; 
	}
	.pb-vw {
	   padding-bottom: 1vw;
	}
	.mb{
		margin-bottom: 5vw;
	}
	.mt{
		margin-top: 5vw;
	}
	.mt-vw {
	   margin-top: 7vw;
	}
	.mt-vh {
	   margin-top: 3vh;
	}
	.mt-vh2 {
	   margin-top: 2.5vh;
	}
	.container {
        position: relative;
        width: 100%;
	}
	.container.content {
        position: relative;
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
	}
	.list-font-size {
	   font-size: 1.5em;
	   font-weight: bold;
	}
	.hide-large-nav {
		display: none!important;
	}
	.hide-small-nav {
		display: block!important;
	}
	.carousel{
		width: 80%;
	}
	.img-l-size{
		width: 80%;
	}
	.map-size{
		width: 75vw;
		height: 50vw;
	}
	.hide-contact-large {
		display: none!important;
	}
	.hide-contact-small {
		display: grid!important;
	}
}

@media screen and (max-width: 576px) {
    h1 {
        font-size:2em;
        text-align:center;
    }
    h2 {
        font-size:1em;
        font-size:1em;
        text-align:center;
    }	
    h3 {
        font-size:1em;
    }
    h4 {
        font-size:1em;
    }
    p{
        font-size: 1em;
    }
    .pt-vw {
        padding-top: 5vw; 
    }
    .pb-vw {
        padding-bottom: 1vw;
    }
	.mb{
		margin-bottom: 5vw;
	}
	.mt{
		margin-top: 5vw;
	}
    .mt-vw {
        margin-top: 5vw;
    }
    .mt-vh {
        margin-top: 5vh;
    }
    .mt-vh2 {
        margin-top: 1vh;
    }
    .container {
        position: relative;
        width: 100%;
    }
    .container.content {
        position: relative;
        width: 100%;
        margin-left: 0%;
    }
    .list-font-size {
        font-size: 1em;
		font-weight: bold;
    }
	.hide-large-nav {
		display: none!important;
	}
	.hide-small-nav {
		display: block!important;
	}
	.map-size{
		width: 75vw;
		height: 50vw;
	}
	.carousel{
		width: 100%;
	}
	.hide-contact-large {
		display: none!important;
	}
	.hide-contact-small {
		display: grid!important;
	}
}