body {
    width: 100%;
    height: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
    padding-top: 0px;
    background-color: #fff;
    color: #fff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300 !important;
	line-height: 1.5 !important;
}

html {
    width: 100%;
    height: 100%;
}
#ef-message-mail {
  display: none !important;
  visibility: hidden !important;      
}

.container {
    padding: 0 10px!important;
    max-width: 1300px;
}
.container > .row {
    align-items: center;
    justify-content: center;
}

.img-responsive {
    max-width: 100%;
}

.va-brand {
    max-width: 100%;
	padding: 0.5rem 0;
}

.va-brand-danke {
    width: 50%;
	padding-top: 0.75rem;
}

.packshot {
    transition: all .2s ease-in-out;
}

.packshot:hover {
    transform: rotate(-3deg);
}

.spacer {
    margin-top: 20px;
}

/* NAVIGATION */
.navbar.navbar-expand-lg.navbar-light.bg-light.fixed-top {
    padding: 0;
    background-color: #fff;
}

.bg-light {
    background-color: #fff !important;
}

.navbar-brand {
    padding-top: 0;
}

.navbar-collapse {
    flex-grow: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(122, 177, 180);
    font-size: 15px;
    font-weight: 700;
    text-align: right;
    padding-top: 0;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #f0a50b;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: #d0dc4f;
	color: #111;
}

.navbar {
    padding: 0 .5rem 0 .5rem;
}

.nav-item a {
	color: #fff;
	padding: 0.25em 0.75em;
	background: #ee7000;
	border: 1px solid #ee7000;
}

.nav-item a:hover,
.nav-item a:focus {
	color: #ee7000;
	background: #fff;
}

/* FONTS */

.h1, h1 {
    font-size: 2.5rem;
    /*text-transform: uppercase;*/
    color: #386b80;
    line-height: 37px;
    margin-bottom: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	letter-spacing: .05em;
}

.h2, h2 {
    font-size: 2rem;
    /*margin-bottom: -15px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	letter-spacing: .015em;
}

h2 span {
    color:#ee7000;
}

.h3, h3 {
    font-size: 1.35em;
	font-family: 'Open Sans', sans-serif;
}

h3 strong,
h4 strong {
	font-weight: 700;
}

p {
	font-size: 18px;
	letter-spacing: .015em;
}

h4 span {
    background-color: #54c367;
    padding: 0px 7px;
    color: #fff;
}

/* MAIN SECTION */
#main {
    padding: 50px 0;
    /*margin-top: 100px;*/
    background: url(../img/gas-2018-bg.jpg) fixed top no-repeat;
    background-size: cover;
}

.blockquote {
    font-size: 0.9rem;
    margin: 0 15px;
    border-bottom: 2px dotted #8a8a8a;
    padding: 15px 0px 15px 15px;
}

.circle, .circle-download {
    padding: 0.5em;
    color: #fff;
    background-color: #ee4200;
    border-radius: 50%;
    width: 10em;
    height: 10em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.25em;
    font-size: 1.2em;
	letter-spacing: 0.05em;
    text-align: center;
    position: absolute;
    left: 5.25em;
    bottom: 0;
    z-index: 1;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border: 0.6em solid rgba(0,0,0,0.07);
    box-shadow: 0px 0px 0px 0.3em rgba(255,255,255,1), 0px 2px 4px 0.3em rgba(0,0,0,0.4), 0 0 0.25em rgba(0,0,0,0.5) inset;
}

.circle:hover, .circle:visited, .circle-download:hover, .circle-download:visited {
    color: #fff;
    border: 0.6em solid rgba(0,0,0,0.07);
    box-shadow: 0px 0px 0px 0.4em rgba(255,255,255,1), 0px 2px 4px 0.4em rgba(0,0,0,0.4), 0 0 0.25em rgba(0,0,0,0.5) inset;
}

.circle:hover, .circle-download:hover {
    background-color: #9eaf2b;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* BUTTONS */

.btn-primary {}
.btn-primary:hover,
.btn-primary:focus {}
.btn-primary.focus, 
.btn-primary:focus {}

.btn.btn-lg.btn-download {
	border-radius: 0;
	color: #fff;
	background: #ee7000;
	border: 1px solid #ee7000;
	border: none;
	transition: none;
	font-size: 1.25rem;
	margin-top: 2rem;
	text-transform: uppercase;
	letter-spacing: .015em;
	width: 75%;
}

.btn.btn-lg.btn-download:hover,
.btn.btn-lg.btn-download:focus {
	color: #ee7000;
	background: #fff;
}

.btn.btn-lg.btn-anmelden {
	border-radius: 0;
	color: #fff;
	background: none;
	border: 1px solid #fff;
	transition: none;
	font-size: 1.25rem;
	margin-top: 5rem;
	margin-bottom: 4rem;
	text-transform: uppercase;
	letter-spacing: .015em;
	width: 75%;
}

.btn.btn-lg.btn-anmelden:hover,
.btn.btn-lg.btn-anmelden:focus {
	color: #fff;
	background: #ee7000;
	border: 1px solid #ee7000;
	box-shadow: none;
	
}

.btn.btn-lg.btn-anmelden span:hover,
.btn.btn-lg.btn-anmelden span:focus {
	/*border-bottom: 1px dotted #fff;
	padding-bottom: 5px;*/
}

.btn-secondary {
    color: #444;
    background-color: #fff;
    border-color: #fff;
    border-radius: 0px;
    font-weight: 100;
}

.btn-secondary:hover {
    color: #444;
    background-color: #fff;
    border-color: #e0eef1;
    text-decoration: none;
    box-shadow: 0 0 0 .2rem rgba(251, 251, 251, 0.5);
}

btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(251, 251, 251, 0.5);
}

a:hover {
    color: #0056b3;
    text-decoration: none;
}

.anmelden {
	color: #fff;
	text-transform: uppercase;
    letter-spacing: .015em;
}

ol.list {
	list-style: none;
	padding-left: 0;
}

ol.list li {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

ol li span.item {
	padding-bottom: 0.25em;
}

ol li .svg-inline--fa {
	margin-left: 0;
	margin-right: 10px;
}

ol li span.list-icon {
    display: inline-block;
    margin-right: 0.5em;
    width: 1.5em;
    text-align: right;
    vertical-align: top;
}

/* CONTACT SECTION */

#contact {
    background-color: #fff;
    padding: 30px 0;
    text-align: center;
    color: #444;
}

/* NEWS SECTION */

#news {
    background-color: #fff;
}

/* FOOTER */

#footer {
    background-color: #fff;
    padding: 30px 0;
    color:#333;
}
#footer a {
    color: #32cd32;
}
#footer img {
    display: block;
    margin-bottom: 10px;
}

/* MODAL */

.modal-content {
    border-radius: 0;
    color:#444;
}

/* DANKE */
.links-website p a {
	color: #fff;
	font-size: 1.25rem;
	letter-spacing: .015rem
}

.section-1 {
	padding-bottom: 2rem;
}

.section-2 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.section-2 h3 {
	padding-bottom: 1.5rem;
}
.blockquote-thelen a {
	color: #fff;
}
.blockquote-text {
	font-weight: 400;
	font-size: 1.5rem;
	margin-top: 2rem;
}

.blockquote-thelen {
	padding: 0 0 2rem 0;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.ytp-cued-thumbnail-overlay-image {
    background-position: none;
}

.jumbotron {
    padding: 2rem 0;
    transform: skewX(-8deg);
    border-radius: 0;
    background-color: rgba(0, 160, 198, 0.4);
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    margin-top: 0;
}

a {
    cursor: pointer;
}

.error {
    color: red;
    margin-bottom: 0;
}


/* MEDIA QUERIES */

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 460px) {
	.nav-item {
		display: none;
	}
}
@media (max-width: 576px) { 
    
    .navbar-light .navbar-nav .nav-link {
        color: rgb(122, 177, 180);
        font-size: 15px;
        font-weight: 700;
        text-align: right;
        padding-top: 24px;
    }
    
    .navbar.navbar-expand-lg.fixed-top {
        padding: 10px 0;
    }
    
    #main {
        /*padding: 40px 0 50px;*/
    }
    
    .va-brand {
        width: 100%;
    }
    
    .h1, h1 {
        font-size: 1.8rem;
        margin-bottom: 0;
    }
    
    h1 span {
        font-size: 21px;
    }
    
    .h2, h2 {
        font-size: 1.5rem;
    }
    
    .h3, h3 {
        font-size: 1.0rem;
        line-height: 22px;
    }
    
    p {
        font-size: 0.9rem;
    }
}

@media (max-width: 680px) {
	.item {
		display: inline-block;
		max-width: 75%;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) { 
    .navbar-light .navbar-nav .nav-link {
        padding-top: 24px;
    }
    
    .navbar.navbar-expand-lg.fixed-top {
        padding: 10px 0;
    }
    
    #main {
        padding: 40px 0;
    }
    
    
    
    .jumbotron {
        margin-top: 50px;
        transform: skewX(0);
    }
    
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) { 
	.btn.btn-lg.btn-anmelden,
	.btn.btn-lg.btn-download {
		width: 100%;
		font-size: 1rem;
	}
	
	.btn-group-lg>.btn, .btn-lg {
		font-size: 1rem;
	}
	
    .jumbotron {
        margin-top: 50px;
        transform: skewX(0);
    }
    
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) { 
    
}