/*
Theme Name: Micro
Theme URI: http://themes1.com/themes/micro/
Description: Responsive Onepage vCard.
Author: Themes1
Author URI: http://themes1.com
Version: 1.1
Tags: dark, light, red, gray, white, two-columns, custom-background, featured-images, custom-colors, post-formats, sticky-post, theme-options
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


/************************************************************************/

/* CSS reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}

ul {
  padding-left:18px;
}

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

.pt {
  margin:0 0 30px;
}

img {
	max-width: 100%;
	height: auto;
}

a.footer-link {
  text-decoration:none;
  padding:5px 20px;
  display:inline-block;
  font-size:80%;
  float:left;
  color: #fff;
}

a.footer-link:hover,
a.footer-link:focus {
	color: #fff !important;
}

a.footer-link + a.footer-link {
	padding-left: 0;
}

span.footer-copyright {
  text-decoration:none;
  padding:5px 20px;
  display:inline-block;
  font-size:80%;
  float:right;
  color: #fff;
}

.slogan {
  font-size:110%;
  font-weight: bold;  
}

.btn-default {
  position:absolute;
  right:10px;
}


/************************************************************************/




/*-------------------------------------
 *	COLOR SCHEMES
 *-------------------------------------*/

/* light */

.sitestyle-light a:hover {
	color: #222;
}
.sitestyle-light body{
	/*background-color: #999;*/
	background: rgb(196,231,255);
	background: -moz-linear-gradient(180deg, rgba(0,151,255,1) 0%, rgba(231,245,255,1) 59%, rgba(231,245,255,1) 80%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,151,255,1) 0%, rgba(231,245,255,1) 59%, rgba(231,245,255,1) 80%, rgba(255,255,255,1) 100%);
	background: linear-gradient(180deg, rgba(0,151,255,1) 0%, rgba(231,245,255,1) 59%, rgba(231,245,255,1) 80%, rgba(255,255,255,1) 100%);
	background-repeat: no-repeat;
}
.sitestyle-light #header {
	background-color: #333;
}
.sitestyle-light #header a {
}
.sitestyle-light .page-wrapper {
	background-color: #fff;
}
.sitestyle-light .page-wrapper.page-even {
	background-color: rgba(0,151,255,1);
	/*padding: 0 0 50px;*/
	padding: 5px 0;
}

.sitestyle-light body {
	color: #333;
}

.sitestyle-light #header,
.sitestyle-light #header a {
	color: #fff;
}

.sitestyle-light h1,
.sitestyle-light h2,
.sitestyle-light h3,
.sitestyle-light h4,
.sitestyle-light h5,
.sitestyle-light h6,
.sitestyle-light h1 a,
.sitestyle-light h2 a,
.sitestyle-light h3 a,
.sitestyle-light h4 a,
.sitestyle-light h5 a,
.sitestyle-light h6 a,
.sitestyle-light .exp-title,
.sitestyle-light #header .site-logo{
	color: #000;
}

.sitestyle-light .section-title {
	border-color: #a6a6a6;       
}




/*-------------------------------------
 *	GENERAL
 *-------------------------------------*/

.clear{
	clear:both;
	display: block;
}

.nicescroll-rails div{
	z-index: 70;
}

a{
	color: #999;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}
a:hover{
	color: #fff;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

p{
	margin-bottom: 25px;
}

h1{
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 25px;
}

h2{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 25px;
}

h3{
	font-size: 20px;
	font-weight: 600;
}

h4{
	font-size: 16px;
	font-weight: 600;
}

h3,
h4,
h5,
h6{
	margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
	color: #ddd;
	text-decoration: none;
  line-height: 1.2;
}

.hr2{
	width: 290px;
	border-bottom: dotted 2px #888;	
	margin-bottom: 30px;
}

.error{
	color: #F66;
}
.alert{
	color: #666;
}

input,
textarea{
	border: solid 1px #444;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: #333;
	color: #ccc;
}

html{
	margin: 0;
	padding: 0;
}

body{
	background-color: #1a1a1a;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}

#wrapper{
	position: relative;
}

#main {
  margin: 2% 5%;
  overflow: hidden;
  /*border-radius: 10px;*/
}


/*-------------------------------------
 *	HEADER
 *-------------------------------------*/
 	
.header-wrapper{
	width: 100%;
	/*position: fixed;*/
	z-index: 6;
	border-bottom: 1px solid #fff;
}
.header-wrapper-inner{
}
#header{
	background: #222;
	color: #ccc;
	overflow: hidden;  
}
#header a{
	color: #ccc;
}   

.site-logo{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.site-logo:hover{
	text-decoration: none;
}
.site-logo span {
	color: #f00;
}

.header-info {
  font-size:22px;/*30px*/
  line-height: 1;
}

.header-info a:hover {
	text-decoration: none;
}

#header-scroller {
	display: flex;
  flex-direction: row;
  align-items: center;
}

#header-scroller .col-1 {
	width: auto;
	float: left;
	padding: 0 2% 0 0;
}
#header-scroller .col-2 {
	width: auto;
	float: left;
}

.fa-lock {
	color: rgb(255,0,93);
}
.fa-unlock-alt {
	color: rgb(0,255,127);
}

.gold {
	color: gold;
}


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

#nav{
	background-color: #e10;
	position: fixed;
	width: 100%;
	z-index: 7;
}

	
/*-------------------------------------
 *	CONTENT
 *-------------------------------------*/
	
  
.text-top {
  margin-bottom: 30px;
}

.text-top div {
  color:darkred;
  /*color:#000;*/
  font-size:25px;
  line-height:1.5;
  /*display: inline-block;*/
  /*margin: 0 10px 0 0;*/
  /*text-decoration:  underline;
  text-decoration-color: orangered;*/
}
/*.text-top div span {
  color:orangered;
}*/
/*
.text-top div + div {
  padding:0 0 0 25px;
} 
.text-top div + div + div {
  padding:0 0 0 55px;
}
*/

.text-bottom {
	margin-top: 20px;
}

.text-bottom .fa {
	color: rgba(0, 210, 112, 0.9); /*#0af;*/
}

.main-image {
  float:left;
  width:30%;
  margin:0 0% 0 0;
} 
  
.main-image img {
  height:auto;
  max-width:100%;
  margin:0 0 5% 0;
}
  
.main-text {
  float:left;
  width:70%;
  font-size:17px; 
  margin:0 0% 0 0;
  padding:0 0 0 3%;
}

.main-text li {
	position: relative;
	padding-left: 25px;
	list-style: none;
	margin: 0 0 10px;
	line-height: 1.3;
}
.main-text li:before {
	color: #0af; /*chartreuse;*/ /*rgb(157,193,105)*/
	content: "\f058";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 0px;
	display: block;
}

.main-text-right {  
  /*float:left;
  width:35%;*/
  padding:0;
  font-size:27px;
  /*line-height: 1; */
  /*text-align:right;*/
  margin-top: 25px;
  color: #000;
}

.main-text-right .nummer {
	/*font-weight: bold;*/
	/*font-size: 200%;*/
	/*padding: 15px 0;*/
}

.main-text-right .nummer a {
/*	background-color: #222;
    color: rgb(0,255,127);
    padding: 3px 10px;
    margin: 5px 0;
    display: inline-block;
    text-decoration: none;*/
	background-color: rgba(0, 173, 239, .9);
	color: #fff !important;
	padding:5px 15px;
	margin-top: 10px;
	border-radius: 5px;
	display:inline-block;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-text-shadow: 0px 1px 2px #000;
	-moz-text-shadow: 0px 1px 2px #000;
	-o-text-shadow: 0px 1px 2px #000;
	text-shadow: 0px 1px 2px #000;
	-webkit-box-shadow: 0px 1px 2px #000;
	-moz-box-shadow: 0px 1px 2px #000;
	-o-box-shadow: 0px 1px 2px #000;
	box-shadow: 0px 1px 2px #000;
}

.main-text-right .nummer a:hover,
.main-text-right .nummer a:focus {
	background-color: rgba(0, 210, 112, 0.9);
  text-decoration: none;
}

.main-text-right .wa-nummer a {
	background-color: #00e676;
}

.main-text-right .wa-nummer a:hover,
.main-text-right .wa-nummer a:focus {
	background-color: rgba(0, 173, 239, .9);
}

/*.blink {
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-name: blinker;
  animation-timing-function: ease-out;
}
@keyframes blinker {
  0% {
      opacity: 1;
  }
  50% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}*/
  
.nichtda {
	position: absolute;
	left: 0;
	top: -100px;
	color: white;
	overflow: hidden;
	display: none;
}

h1.intro-title {
	cursor: default;
	line-height: 1.2;
	font-size: 38px;
	letter-spacing: -1px;
}

.section-title {
	/*border-top: 1px solid #555;*/
	/*position: relative;*/
	line-height: 1.2;
	text-align:center;
	margin-top:10px;
	z-index: 9;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.section-title span { 
	font-size: 35px;
}

.title-after {
/*	background: #f70;
	content: '';
	display: block;
	width: 40px;
	height: 8px;
	position: absolute;
	bottom: -8px;*/
	/*text-transform: uppercase;*/
	/*font-size: 21px;*/
	font-size: 27px;
	/*-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;*/
	margin: 0 0 20px;
	color: rgba(0, 210, 112, 0.9);
}

.section-title a {
	background-color: rgba(0, 173, 239, .9);
	color: #fff !important;
	padding:5px 15px;
	/*margin-top: 10px;*/
	display:inline-block;
	border-radius: 5px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-text-shadow: 0px 1px 2px #000;
	-moz-text-shadow: 0px 1px 2px #000;
	-o-text-shadow: 0px 1px 2px #000;
	text-shadow: 0px 1px 2px #000;
	-webkit-box-shadow: 0px 1px 2px #000;
	-moz-box-shadow: 0px 1px 2px #000;
	-o-box-shadow: 0px 1px 2px #000;
	box-shadow: 0px 1px 2px #000;
} 

.section-title a:hover,
.section-title a:focus { 
  /*color: rgb(0,255,127) !important;*/
  /*color: #44ADF4 !important;*/
	/*color: #fff;*/
	background-color: rgba(0, 210, 112, 0.9);
  text-decoration: none;
}

.section-title.is_stuck .title-after {
	display: none;
}
.section-title.is_stuck a {
	margin: 0;
}


.maintext-top {
	text-align: center;
	font-size: 19px;
	/*font-size: 150%;*/
	/*font-weight: 600;*/
	margin: 25px 0 15px;
}


.checkliste {
	margin: 15px 0 0;
	/*color: gold;*/
	font-size: 80%;
/*	-webkit-text-shadow: 1px 1px 0px #000;
	-moz-text-shadow: 1px 1px 0px #000;
	-o-text-shadow: 1px 1px 0px #000;
	text-shadow: 1px 1px 0px #000;*/
	position: relative;
}

.checkliste span:before {
	color: #0af;
	/*color: darkturquoise;*/
	content: "\f058";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 0px;
	/*-webkit-text-shadow: 0 0 0 #000;
	-moz-text-shadow: 0 0 0 #000;
	-o-text-shadow: 0 0 0 #000;
	text-shadow: 0 0 0 #000;*/
}

.maintext-top span {
	display: inline-block;
	position: relative;
	padding: 0 0 0 20px;
}

.maintext-top span + span {
	margin: 0 0 0 10px;
}

.maintext {
	border-top: 1px solid #ddd;
	margin-top: 30px;
	padding-top: 30px;
}

.moreinfo-service24 {
	border-top: 1px solid #ddd;
	padding-top: 30px;
}

.moreinfo-service24.row {
	margin-left: 0;
	margin-right: 0;
}

.text-weitere-info {
	font-size: 120%;
	padding-bottom: 25px;
}

.modal .modal-content {
  padding: 10px 30px 30px;
  border-radius: 0;
}

.modal-content .btn {
  border-radius: 0;
}

.modal-content h4 {
  margin-top:25px;
}


/*-------------------------------------
 *	PAGES
 *-------------------------------------*/
	
.page-wrapper{
	background-color: #272727;
}
.page-wrapper.page-even {
	background-color: #333333;
}

/*-------------------------------------
 *	SHORTCODES
 *-------------------------------------*/

.button{
	background-color: transparent;
	border: solid 1px #666;
	color: #aaa;
	display: inline-block;
	font-weight: normal !important;
	height: 38px !important;
	padding: 0 38px !important;
	text-decoration: none;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	transition: background-color 0.2s;
	width: auto !important;
}
.button:hover{
	background-color: #444;
	text-decoration: none;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

/* Highlight */
.highlighted{
	background-color: #FF9 !important;
	color: #222 !important;
}





/*-------------------------------------
 *	STRUCTURE BLOCKS
 *-------------------------------------*/

.s-wrapper{
  margin: 0 auto;
}
.s-navheight{
  height: 60px;
}
.s-header {
  padding-top:10px;
  padding-bottom:10px;
}
.s-headerheight {
  /*line-height: 70px;*/
}
.s-page{
  /*padding: 40px 70px 70px;*/
  padding: 40px 30px 70px;
}


@media screen and (max-width:1024px){

	#nav li{
		margin-right: 8px;
	}
	
}


@media screen and (min-width:600px){
	
	body{
		font-size: 16px;
	}
	
	h1{
		font-size: 44px;
		font-weight: 600;
		margin-bottom: 25px;
	}
	h2{
		font-size: 26px;
		font-weight: 500;
		margin-bottom: 25px;
	}
	h3{
		font-size: 20px;
		font-weight: 600;
	}
	h4{
		font-size: 16px;
		font-weight: 600;
	}
	h1.intro-title{
		font-size: 56px;
	}

	.s-navheight{
		height: 75px;
	}
	.s-header{
		/*padding-left:60px;
    padding-right:60px;*/
    padding-left:30px;
    padding-right:30px;
	}

	.maintext-top.narrow {
		max-width: 72%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width:1024px){
	.s-page{
		/*padding: 40px 60px;*/
		padding: 40px 30px;
	}
}
@media screen and (max-width:600px){
	#main {
		/*padding:0;*/
		margin: 0;
	}
	.s-page{
		padding: 30px;
	}
	.s-header {
		/*padding-left:20px;
		padding-right:20px;*/
		padding-left:30px;
		padding-right:30px;
	}
	.header-wrapper {
		position: fixed;
		z-index: 100;
	}
	.section-title.is_stuck {
		margin-top: 65px;
	}

	.section-title.sticky {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		margin: 0;
	}

	.section-title.sticky .title-after {
		margin: 0;
		display: none;
	}

	.section-title.sticky a {
		margin: 0;
		border-radius: 0;
	}

	/*#intro,*/
	.berlin {
		padding-top: 61px;
	}
	#header-scroller img {
		width: 40px;/*45px*/
	}
	.header-info {
		font-size: 16px;/*27px*/
	}
	.text-top div {
		font-size: 22px;
		line-height: 1.3;
	} 
	.section-title {
		font-size: 30px;
	}
	.section-title span {
		font-size: 25px;
	}
	.main-image {
		width:45%;
	}
	.main-text {
		width:55%;
	}
	.main-text-right {
		width:100%;
		margin:10px 0 0;
	} 
	.main-text-right li { 
		font-size:20px;
	}
	.section-title {
		margin-bottom:30px;
	}
}

@media screen and (max-width:480px){
	.title-after {
		font-size: 23px;
	}
	.main-image {
		width:100%;
	}
	.main-text {
		width:100%;
		padding: 0;
	}
	a.footer-link,
	span.footer-copyright {
		float: none;
		display: block;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width:380px){
	.s-header{
		padding-left: 20px;
		padding-right: 20px;
	}
	.s-page{
		padding: 20px 20px 30px;
	}
	#header-scroller img {
		width: 40px;
	}
	.header-info {
		font-size: 16px;/*21px*/
	}
	.text-top div {
		font-size: 19px;
	} 
	.section-title {
		font-size: 25px;
		text-align: center;
	}
	.section-title a { 
		display:block;
	}
	.section-title span {
		font-size: 20px;
	}
	.main-text-right {
		font-size: 25px;
	}
	.main-image,
	.main-text {
		width:100%;
		float:none;
		margin:0 0 5px;
		padding: 0;
	}
}


@media screen and (min-width:800px){
	
	h1.intro-title{
		font-size: 72px;
	}
	
}

@media screen and (min-width:1024px){	
 	.s-wrapper{
		width: 1000px;
		max-width: 100%;
	}
	.s-navheight{
		height: auto;
	}
	.s-header{
		/*padding-left:70px;
    	padding-right:70px;*/
	}
	.s-page{
    /*padding: 50px 90px 90px;*/
	}

}

@media screen and (min-width:1280px){

 	.s-wrapper{
		width: 1100px;
	}
  
}

@media screen and (min-width:1500px){
	.s-page{
		/*padding: 40px 70px 50px 70px;*/
		padding: 40px 30px 50px 30px;
	}
}



/* NEW */

/*font*/

body {
	font-family: 'Ubuntu', sans-serif !important;
	/*background: url("/images/bg.jpg") center center no-repeat transparent fixed;*/
	background: url("/images/bg_blue_white.jpg") center center no-repeat transparent fixed;
	background-size: auto auto;
	background-size: cover;
	
}

body > div {
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif !important;
}


/*accent color*/

.site-logo > span {
  color: #222;
}



.pl-0 {
	padding-left: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}