
/* ------------ Fonts ------------ */

@font-face 
	{
    	font-family: 'caviar_dreams';
    	src: url('../fonts/CaviarDreams-webfont.woff2') format('woff2'),
       		url('../fonts/CaviarDreams-webfont.woff') format('woff'),
       		url('../fonts/CaviarDreams-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	}

/* ------------ Allgemein ------------ */

* 
	{
    	outline: none !important;
	}

body 
	{
   		font-family: 'Lato', Calibri, Arial, sans-serif;
    	color: #222222;
	}
	
h1, h2, h3, h4, h5, h6
	{
    	font-family: 'Roboto', sans-serif;
	}
	
h1
	{
		font-size:18px;
	}
	
p, a, li
	{
    	font-family: 'Oxygen', sans-serif;
	}
	
a 
	{
    	transition: all 0.3s ease-out;
    	position: relative;
    	padding: .5em;
    	margin: -.5em;
    }

a:focus, a:hover
	{
   	 	text-decoration: none;
   	 	/*<!-- Title Startseite-->*/
   	 	/*hover*/
		color: #99f1ff;
    }

.img_res
	{
    	display: block;
    	width: 100%;
    	height: auto;
    	max-width: 270px;
	}

.block-title
	{
   		font-weight: 300;
    	font-family: 'Roboto Condensed', sans-serif;
    	/*font-size: 18px;*/
    	padding: 0 40px;
    	margin: 0;
    	line-height: 1.6;
    	display: inline-block;
    	position: relative;
    	text-transform: uppercase;
	}

.block
	{
   		padding: 80px 0px 50px 0px;
    	overflow: hidden;
	}

/* Seiten Titeltext*/	
.title-box
	{
   		text-align: center;   
    	margin-bottom: 50px;
    	font-size: 10px;
	}
	
.bb-top-left
	{
   		position: absolute;
    	width: 15px;
    	height: 15px;
    	top: 0;
    	left: 0;
    	border-top: 1px solid #000;
    	border-left: 1px solid #000;
	}
	
.bb-bottom-left 
	{
    	position: absolute;
    	width: 15px;
    	height: 15px;
    	bottom: 0;
    	left: 0;
    	border-bottom: 1px solid #000;
    	border-left: 1px solid #000;
	}
	
.bb-top-right 
	{
   		position: absolute;
    	width: 15px;
    	height: 15px;
    	top: 0;
    	right: 0;
    	border-top: 1px solid #000;
    	border-right: 1px solid #000;
	}
	
.bb-bottom-right 
	{
   		position: absolute;
    	width: 15px;
    	height: 15px;
    	bottom: 0;
    	right: 0;
    	border-bottom: 1px solid #000;
    	border-right: 1px solid #000;
	}
	
.polo-btn 
	{
    	display: block;
    	color: #ffffff;
    	border: 1px solid;
    	text-align: center;
    	font-size: 16px;
    	font-weight: 100;
    	padding: 15px 0px;
    	margin: 0px 0px 20px 0px;
    	transition: 0.4s ease all;
	}

/* ------------ Side Bar ------------ */

#sidebar-wrapper 
	{
   		z-index: 1000;
    	position: fixed;
    	right: 0;
    	width: 260px;
    	height: 100%;
    	margin-right: -260px;
    	overflow-y: auto;
    	background: #33a1aa;
    	z-index: 99999999;
    	-webkit-transition: all 0.4s ease 0s;
    	-moz-transition: all 0.4s ease 0s;
    	-ms-transition: all 0.4s ease 0s;
    	-o-transition: all 0.4s ease 0s;
    	transition: all 0.4s ease 0s;
	}

.sidebar-nav
	{
   		position: absolute;
    	width: 250px;
    	margin: 0;
    	padding: 0;
    	list-style: none;
	}

.sidebar-nav li 
	{
    	text-indent: 20px;
    	line-height: 40px;
    	border-bottom: 1px dotted rgba(255, 255, 255, 0.27);
	}

.sidebar-nav li a 
	{
    	display: block;
    	text-decoration: none;
    	color: #ffffff;
    	font-size: 18px;
    	padding: 15px 15px;
	}

.sidebar-nav li a:hover 
	{
    	text-decoration: none;
    	color: #99f1ff;
	}

.sidebar-nav li a:active, .sidebar-nav li a:focus
	{
    	text-decoration: none;
	}

.sidebar-nav > .sidebar-brand
	{
    	height: 55px;
    	font-size: 18px;
    	line-height: 55px;
	}

.sidebar-nav > .sidebar-brand a 
	{
    	color: #999;
	}

.sidebar-nav > .sidebar-brand a:hover 
	{
    	color: #ffffff;
    	background: none;
	}
	
#sidebar-wrapper.active 
	{
    	right: 250px;
    	width: 260px;
    	-webkit-transition: all 0.4s ease 0s;
    	-moz-transition: all 0.4s ease 0s;
    	-ms-transition: all 0.4s ease 0s;
    	-o-transition: all 0.4s ease 0s;
    	transition: all 0.4s ease 0s;
	}

.toggle 
	{
    	margin: 5px 5px 0 0;
	}
	
.close-btn 
	{
    	display: block;
    	color: #FFFFFF;
    	font-size: 2.5em;
    	margin: 0;
    	padding: 0;
    	text-align: right;
    	width: 100%;
    	padding-right: 25px;
	}

.close-btn:hover 
	{
    	color: #99f1ff;
	}

/* ------------ Preloader ------------ */

#preloader 
	{ 
    	position: fixed; 
    	left: 0; 
    	top: 0; 
    	z-index: 99999999999; 
    	width: 100%; 
    	height: 100%; 
    	overflow: visible; 
    	background: #ffffff url('../img/preloader.gif') 
    	no-repeat center center; 
	}

/* ------------ Header ------------ */

.sticky
	{
    	position: fixed;
    	width: 100%;
    	background: transparent;
    	background: #33a1aa;
    	padding: 15px 0px;
    	transition: all 0.5s;
    	z-index: 99999;
	}
	
.fixed 
	{
    	position: fixed;
    	top:0; 
    	left:0;
    	width: 100%; 
    	/* Header für alle Seiten außer Startseite */
    	background-color: #33a1aa;
    	padding: 0px;
	}
	
.logo 
	{
    	font-family: 'caviar_dreams';
    	color: #fff;
    	font-size: 2em;
    	line-height: 1.6;
	}
	
#logo_menu 
	{
    	padding: 5px 0px;
	}
	
#menu-toggle 
	{
    	z-index: 1;
    	font-size: 35px;
    	float: right;
    	border: 1px solid #fff;
    	color: #fff;
    	margin: 5px 0px;
    	padding: 2px 10px;
    	line-height: 0;
	}
	
.store-btn-container 
	{
    	padding-top: 15px;
	}
	
.store-btn:hover,#menu-toggle:hover
	{
    	background: #33a1aa;
   		border-color: #99f1ff;
    	color: #ffffff;
	}

/* ------------ Banner ------------ */

#banner 
	{
    	background: url(../img/_as_bg.png);
    	background-size: cover;
    	padding-top: 80px;
    	background-attachment: fixed;
    	position: relative;
	}

.headings 
	{
    	padding: 5% 0 30% 0;
    	color: #fff;
	}
	
/*Titel Startseite*/	
.headings h1 
	{
    	font-size: 36px;
    	font-weight: 300;
    	padding-bottom: 20px;
	}

/*Text Startseite*/	
.headings p 
	{
    	font-size: 16px;
    	font-weight: 300;
    	padding-bottom: 20px;
	}
	
.hand-container 
	{
    	max-height: 630px;
    	overflow: hidden;
	}
	
.iphone-hand 
	{
    	padding: 30px; 30px 0px 30px;
	}
	
.store:hover
	{
	    background: #33a1aa;
    	border-color: #00ceb8;
    	color: #ffffff; 
	}
	
.polo-btn i 
	{
    	padding-right: 6px;
	}
	
.slidedown
	 {
    	font-size: 50px;
    	color: #fff;
    	position: absolute;
    	bottom: 0%;
    	left: 50%;
    	z-index: 99;
    	cursor: pointer;
	}

/* ------------ Über uns ------------ */

#team 
	{
    	background: #ffffff;
    	background-size: cover;
    	background-repeat: no-repeat;
    	background-attachment: fixed;
	}

.team-member 
	{
    	text-align: center;
    	margin-bottom: 40px;
    	max-width: 1000px;
    	margin: 0 auto;
    	margin-bottom: 40px;
    	font-size: 18px;
	}

.team-member-detail 
	{
    	text-align: left;
    	margin-bottom: 40px;
    	max-width: 1000px;
    	margin: 0 auto;
    	margin-bottom: 40px;
    	font-size: 18px;
	}
	
.team-member p 
	{
    	padding: 10px 10px 15px 10px;
	}

/*Titel unter Bild*/	
.team-member h2 
	{
    	font-size: 18px;
	}

/* ------------ Rechtsgebiete ------------ */

#rechtsgebiete
	{
    	background: #f0f0f0;
    	background-size: cover;
    	background-repeat: no-repeat;
    	background-attachment: fixed;
	}

/* ------------ Datenschutz ------------ */

#datenschutz
	{
    	background: #ffffff;
    	background-size: cover;
    	background-repeat: no-repeat;
    	background-attachment: fixed;
	}
	
/* ------------ Haftungsausschluss ------------ */

#haftungsausschluss
	{
    	background: #f0f0f0;
    	background-size: cover;
    	background-repeat: no-repeat;
    	background-attachment: fixed;
	}
	
/* ------------ Impressum ------------ */

#impressum
	{
    	background: #ffffff;
    	background-size: cover;
    	background-repeat: no-repeat;
    	background-attachment: fixed;
	}


/* ------------ Kontakt ------------ */

#kontakt
	{
    	background: #f0f0f0;
    	background-size: cover;
    	background-repeat: no-repeat;
    	background-attachment: fixed;
	}

.address
	 {
    	width: 30%;
    	float: left;
    	/*background: url(../img/gmap-bg.jpg);*/
    	background: #555555;
    	height: 640px;
	}
	
.mailbox 
	{
    	width: 100%;
    	float: left;
    	/*background-image: url(../img/map-image.png);*/
    	background-color: #222222;
    	padding-bottom: 111px;
    	height: 640px;
	}
	
.address .container 
	{
    	max-width: 100%;
	}
	
.mailbox .container 
	{
    	max-width: 90%;
	}

.mailbox .container 
	{
    	margin-top: 225px;
    	margin-bottom: 0px;
	}
	
#contactForm input, #contactForm textarea 
	{
    	border-radius: 0px;
    	box-shadow: none;
    	border: 2px solid #C2C2C2;
    	font-size: 18px;
	}
	
#contactForm input:active, #contactForm textarea:active, #contactForm input:hover, #contactForm textarea:hover 
	{
    	border: 2px solid #00ceb8;
	}

#contactForm #name, #contactForm #email, #contactForm #phone 
	{
    	padding: 20px;
    	height: auto;
	}
	
#contactForm .form-group 
	{
    	margin-bottom: 25px;
	}
	
#contactForm #message 
	{
    	height: 258px;
    	padding-bottom: 40px;
    }
    
.contact-submit 
	{
    	margin: 0 auto;
    	margin-top: -38px;
    	width: 160px;
    	background: #ffffff;
    	color: #00ceb8;
    	border: 2px solid #00ceb8;
    	font-size: 50px;
    	padding: 0;
    	margin: 0 auto;
    	margin-top: -46px;
	}
	
.contact-submit:hover 
	{
    	background: #00ceb8;
    	color: #fff;
    }
    
#contact 
	{
    	position: relative;
	}
	
.contact-wrap 
	{
    	position: absolute;
    	z-index: 9999;
    	color: #ffffff;
    	width: 100%;
    	top: 50px;
	}

#contact .block-title span 
	{
    	border-color: #ffffff;
	}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder 
	{
  		color: #6ecba9;
	}
	
input:-moz-placeholder, textarea:-moz-placeholder 
	{
  		color: #6ecba9;
	}

/* ------------ Footer ------------ */

#footer 
	{
    	background: #33a1aa;
    	padding: 20px 0px 22px 0px;
	}
	
.footer-logo 
	{
    	font-size: 18px;
    	color: #ffffff;
    	font-weight: 300;
	}

.footer-logo a:hover 
	{
    	color: #00ceb8;
	}

.footer-logo a 
	{
    	color: #dadada;
	}

/*Copyright Footer*/
.copyright
	{
    	color: #fff;
    	text-align: left;
    	font-size: 12px;
    	margin-top: 30px;
	}
	
#footer span
	{
    	color: #e9e9e9;
    	display: block;
    	font-size: 18px;
    	margin-bottom: -15px;
	}


/* ------------ Responsive ------------ */

/*1340px - 1170px*/

@media all and (max-width: 1340px) and (min-width: 1170px;) 
	{
    .address-list li 
    	{
        	font-size: 18px;
    	}
    	
    .address-list li i 
    	{
       	width: 60px;
        	height: 60px;
        	font-size: 18px;
		}
	}

/*1170px - 992px*/

@media all and (max-width: 1170px) and (min-width: 992px) 
	{
    .address
    	{
       	width: 100%;
    	}
    	
    .mailbox
    	{
       	width: 100%;
    	}
    	
    .address-list 
    	{
    		padding: 200px 0px 70px 0px;
    		width: 100%;
    		max-width: 100%;
    	}
    	
    .address 
    {
    height: 340px;
    }
    .mailbox .container{
        margin-top: 100px;
        height: auto;
    }
    .address-list {
        padding: 200px 0px 70px 0px;
        width: 100%;
        max-width: 100%;
    }
    .address-list li {
        font-size: 18px;
        padding: 1em;
        display: inline-block;
    }
    .address-list li i {
        display: table-cell;
        line-height: 42px;
        width: 42px;
        height: 40px;
        font-size: 18px;
    }
}

/*1170px*/

@media all and (max-width: 1170px) {
    .address{
        width: 100%;
    }
    .mailbox{
        width: 100%;
    }
    .mailbox {
        padding-bottom: 111px;
        height: auto;
    }
    .mailbox .container {
        margin-top: 130px;
        margin-bottom: 0px;
    }
}

/*992px*/

@media all and (max-width: 992px) {
    .headings h1,.headings p{
        text-align: center;
    }
    .block-title {
        font-size: 2.8em;
    }
}

/*768px*/

@media all and (max-width: 768px) {
    #footer , .copyright{
        text-align: center;
    }
}


/*480px*/

@media all and (max-width: 480px) {
    .btn-custom {
        padding: 5px 0px;
    }
}