@font-face { font-family: GG Caps; src: url('../fonts/GGCaps.otf'); } 
@font-face { font-family: GG Regular; font-weight: bold; src: url('../fonts/GG.otf');}
/* 
font-family:'GG Caps';
font-family:'GG Regular';
*/


/* ------------- BASIC ------------- */

::-moz-selection {
    text-shadow: none;
    background: white;
}

::selection {
    text-shadow: none;
    background: white;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    width: 100%;
    height: 100%;
	font-family:'GG Regular';
    cursor: pointer;
    font-size: 15px;
    webkit-tap-highlight-color: #FFFFFF;
}
@media(min-width:767px) {
    body {
        cursor: auto !important;
    }
}

html {
    width: 100%;
    height: 100%;
}

p{
	font-family: brandon-grotesque, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #0e4a72;
	font-size: 19px;
}

a {
    color: #FFFFFF;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: underline;
	opacity: 1;
}



/* ------------- COLORS ------------- */

.white {
    color: #FFFFFF;
}
.white-bg {
    background-color: #FFFFFF;
}
.light-blue {
    color: #77daf3;
}
.light-blue-bg {
    background-color: #77daf3;
}
.dark-blue {
    color: #0e4a72;
}
.yellow {
    color: #ffdd00;
}
.yellow-bg {
    background-color: #ffdd00;
}


/* ------------- HEADINGS ------------- */

h1 {
	font-family:'GG Caps';    
	font-weight: 200;
   	font-size: 6vw;
    text-transform: uppercase;
}
@media (min-width: 1500px) {
	h1{
		font-size:90px;
	}
}

h2 {
	font-family:'GG Caps';    
    font-weight: 200;
    font-size: 5vw;
    text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1;
}
h3 {
	font-family:'GG Caps';    
    font-weight: 200;
    font-size: 3vw;
    text-transform: uppercase;
}


/* ------------- NAVIGATION ------------- */


@media(max-width:767px) {
    .nav > li {
        border-bottom: 1px solid #FFFFFF;
    }
    .nav > li:last-child {
        border-bottom: 0px;
    }
    .nav > li > a {
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.shadow {
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.shadow-box {
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}

.navbar {
    margin-bottom: 0;
    border-bottom: 0;
	font-family:'GG Caps';    
	text-transform: uppercase;
    font-size: 20px;
	padding: 55px 0 40px 0;
}
.navbar ul {
    font-size: 25px;
    font-weight: 100;
    letter-spacing: 2px;
	color:#0e4a72;
}
.navbar-custom a {
    color: #0e4a72;
    background-color: transparent;
}
.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
}



.navbar-brand {
    font-weight: 700;
	margin-top:-15px !important;
}
.navbar-brand:focus {
    outline: 0;
}



.navbar-custom .nav li a {
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    color: #614D42;
    background-color: transparent;
}
.navbar-toggle {
    padding: 20px 10px;
    font-size: 24px;
    color: #fff;
}
.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
    color: #0e4a72;
    background-color: transparent;
}
@media(min-width:767px) {
    .navbar {
        border-bottom: 0;
        -webkit-transition: background-color .5s ease-in-out, padding .5s ease-in-out, font-size .5s ease-in-out;
        -moz-transition: background-color .5s ease-in-out, padding .5s ease-in-out, font-size .5s ease-in-out;
        transition: background-color .5s ease-in-out, padding .5s ease-in-out, font-size .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 35px 0 20px 0;
        font-size: 16px;
    }
    .navbar img {
        width: 67%;
        margin-top: 0px;
        -webkit-transition: width .5s ease-in-out, margin-top .5s ease-in-out;
        -moz-transition: width .5s ease-in-out, margin-top .5s ease-in-out;
        transition: width .5s ease-in-out, margin-top .5s ease-in-out;
    }
    .logo-collapse img {
        width: 60%;
        margin-top: 5px;
    }
}

@media(min-width:1200px) {
    .navbar img {
        width: 90%;
        margin-top: -40px;
    }
    .logo-collapse img {
        width: 60%;
        margin-top: -25px;
        box-shadow: 0 0 0 !important;
    }
}
.textblock {
    padding: 30px;
    margin-bottom: 80px;
}
#qualitaet .textblock {
    padding: 0;
    margin-bottom: 0px;
}
@media(min-width:768px) {
    .textblock {
        padding: 60px;
        margin-bottom: 80px;
    }
    #qualitaet .textblock {
        padding: 0 0 0 60px;
        margin-bottom: 0px;
    }
}
.intro {
    width: 100%;
	color:#fff;
    margin-top: 110px;
	
    background: url(../img/titel.png) no-repeat;
    background-size: 100%;
	background-position: top;
	
	height: 0;
    padding-top: 64%; /* (img-height / img-width * container-width) */
}
.intro .row{
	margin-top: -60vw;
}

.logo-mobile {
    width: 60%;
}


#herstellung {
    width: 100%;
    color: #fff;
    background: url(file:///Tri_3/Terra/01_Kunden/Wasserglasmethode/08_Internet/Programmierung/Programmierung/img/Heimische_Waelder.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#eigenschaften {
    width: 100%;
    min-height: 800px;
    color: #fff;
    background: url(file:///Tri_3/Terra/01_Kunden/Wasserglasmethode/08_Internet/Programmierung/Programmierung/img/bg_rinde.jpg) no-repeat top center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#qualitaet {
    padding: 60px;
}
.padding-0 {
    padding: 0px;
}
@media (max-width: 768px) {
    .padding-0-mobile {
        padding: 0px;
    }
    #qualitaet {
        padding: 30px;
    }
}



ul {
    font-size: 15px;
    margin-left: -25px;
    list-style-type: square;
}
input,
select {
    margin-bottom: 10px;
    background-color: #ffffff !important;
    color: #847969 !important;
	font-family: brandon-grotesque, sans-serif;
}
.form-control {
    color: #847969 !important;
    border: 0px solid #ffffff;
	height: 55px;
	border-radius: 10px;
}
.form-control::-moz-placeholder {
    color: #847969 !important;
    opacity: 1;
}

textarea {
   	height: 187px !important;
    margin-bottom: 10px;
    color: #847969 !important;
    font-weight: 500;
	padding: 15px !important;
	font-family: brandon-grotesque, sans-serif;
}

.form-group {
    width: 100%;
}
#messages.has-error {
    display: none;
}
.terms {
    display: none;
}
.help-block {
    color: #FFFFFF !important;
    font-weight: bold;
}


.btn {
    text-align: center;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
	font-size: 25px;
    width: 200px;
    cursor: pointer;
}

.btn-default {
    border: 0;
    color: #0e4a72;
    background-color: #ffdd00;
    width: 100%;
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 30px;
    border-radius: 10px;
    cursor: pointer;
    padding-top: 20px;
	font-family:'GG Regular';
}

.btn-default:hover,
.btn-default:focus {
    color: #847969;
    background-color: #ffffff;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .spacing-mobile {
        margin-bottom: 25px;
    }
}
.modal-title {
	font-size: 40px !important;
    height: auto;
    margin-bottom: 0 !important;
    color: #0e4a72;
    margin-top: 15px !important;
}

.modal-body, .modal-body a{
	font-size: 19px !important;
	color: #0e4a72;
	font-family: brandon-grotesque, sans-serif;
}



/* ------------- ELEMENTS ------------- */

.section-spacer{
	height:100px;
}

.footer-spacer{
	height:80px;
}

.bubbles{
	width:70%;
	margin-top:-70px;
}

.single-buble{
	margin-top: -100px;
}

.t-leiding{
	width: 80%;
	margin-top: 50px;
	z-index: 5;
	position: relative;
}

.img-responsive {
    width: 100% !important;
}

.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}

.no-padding{
	padding:0 !important;
}

.yellow-box{
	padding:20px;
}

.yellow-img{
	margin-bottom:-50%;
}

.box-spacer{
	padding-top:120px;
}

.number{
	color:white;
	font-size: 8vw;
	margin-bottom: 0px;
    height: 8vw;
	display:block;
}

.padding-box{
	padding-right:15px;
	padding-left:15px;
}

.contact{
	font-family: brandon-grotesque, sans-serif;
	font-weight: 700;
	font-size: 35px;
}

.contact a{
	color: #0e4a72;
}

.contact a:hover{
	text-decoration: underline;
	color:#0e4a72;
}

.kommentar-name{
	font-family: 'GG Caps';
	font-size: 1.5em;
	display: inline-block;
}

.kommentar-p{
	margin-top: 50px;
	line-height: 30px;
}

.kommentar-img{
	width:80% !important;
	margin-left: 10%;
}

.kommentar-buble{
    width: 50% !important;
    margin-top: -20%;
}

.kommentar-anfang{
	font-family: 'GG Caps';
	color:white;
	font-size: 200px;
	position: absolute;
	margin-left: -30px;
}

.kommentar-ende{
	font-family: 'GG Caps';
	color:white;
	font-size: 200px;
	position: absolute;
    margin-left: 15px;
    margin-top: -20px;
	line-height: initial;
}

.shadowed {
    -webkit-filter: drop-shadow(0px 0px 8px #0e4a72);
    filter:         drop-shadow(0px 0px 8px #0e4a72)
}

.line-fixer {
    margin-bottom:-2px;
}

.impressum {
    font-family: brandon-grotesque, sans-serif;
	color:#0e4a72;
	font-size: 19px;
}

.design {
    font-family: brandon-grotesque, sans-serif;
	color:white;
	font-size: 19px;
}

.design:hover {
	color:white !important;
}

.math-1 {
    position: absolute;
    right: 3%;
    margin-top: 5%;
    width: 350px;
}
.math-2 {
    position: absolute;
    left: 2%;
    margin-top: 25%;
    width: 350px;
}
.math-3 {
    position: absolute;
    right: 7%;
    margin-top: 45%;
    width: 140px;
}





/* ----------------- Mobile ----------------- */

@media screen and (max-width: 768px) {
		
	h2{
		font-size: 12vw;
		text-align: center;
	}
	
	h3 {
    	font-size: 6vw;
		text-align: center;
	}
	
	p {
    	font-size: 18px;
		text-align: center;
	}
	
    .navbar-brand img{
        width:140px;
    }
	
	.navbar {
    	font-size: 20px;
    	padding: 10px 0 10px 0;
	}
	
	.navbar-toggle {
    	padding-top: 0px;
    	padding-bottom: 0px;
    	line-height: 0;
    	font-size: 40px;
	}
	
	.navbar-nav > li > a {
    	padding-top: 25px;
    	padding-bottom: 15px;
    	font-size: 23px;
	}
	
	.nav > li {
    	text-align: center;
	}
	
	.intro{
		margin-top: 75px;
	}
	
	.container {
    	padding-right: 30px;
    	padding-left: 30px;
	}
	
	.img-center {
    	text-align: center;
	}
	
	.contact {
    	font-size: 5vw;
    	text-align: center;
   		display: block;
	}
	
	.impressum {
    	text-align: center;
    	display: block;
    	margin-top: 30px;
	}
	
	.design {
    	display: block;
    	text-align: center;
    	margin-bottom: -30px;
	}
	
	.section-spacer {
    	height: 50px;
	}
	
	.number {
    	font-size: 30vw;
    	height: 30vw;
    	margin-top: 30px;
	}
	
	.yellow-box {
    	margin-bottom: 80px;
	}
	
	.kommentar-img {
    	margin-top: 80px;
	}
	
	.kommentar-ende {
    	margin-left: 0px;
    	margin-top: 0px;
	}
	
	.kommentar-anfang {
    	margin-left: 0px;
		margin-top: -25px;
	}
	
	.container-owl {
    	padding: 0px;
	}
	
}




/* ----------------- Tablet ----------------- */

@media (min-width: 768px) and (max-width: 992px) {
	
	.navbar ul {
    	font-size: 18px;
    	letter-spacing: 2px;
	}
	
	.navbar {
    	padding: 20px 0 30px 0;
	}
	
	.navbar img {
        width: 40%;
        margin-top: 5px;
    }
	
    .logo-collapse img {
        width: 40%;
        margin-top: 5px;
    }
	
	.intro {
    	margin-top: 80px;
	}
	
	.single-buble {
    	width: 50%;
    	margin-top: -25%;
	}
	
	.kommentar-img {
    	width: 50% !important;
    	margin-left: 25%;
    	margin-top: 80px;
	}
	
	.kommentar-buble {
    	width: 25% !important;
    	margin-top: -20%;
    	margin-left: 15%;
	}
	
	.math-3 {
    	right: 0;
    	margin-top: 100%;
	}
	
	.math-2 {
    	left: 0;
	}
	
}





/* ----------------- Small Desktop ----------------- */

@media (min-width: 992px) and (max-width: 1200px) {
	
	.top-nav-collapse {
    	padding: 15px 0 30px 0 !important;
	}
	
	.top-nav-collapse .navbar-brand{
    	padding: 40px 0 0px 0 !important;
	}
	
	.navbar {
    	padding: 40px 0 45px 0;
	}
	
	.navbar img {
        width: 60%;
        margin-top: -7px;
    }
	
    .logo-collapse img {
        width: 60%;
        margin-top: -22px;
        box-shadow: 0 0 0 !important;
    }
	
}

























