@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

*{
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing:border-box;
}

body{
  font-family:'Open Sans', sans-serif;
}

section{
  text-align: center;
  padding: 50px 0;
  width: 100%;
  font-size:1em;
  overflow:hidden;
  background: #EBEBEB;
}

.innerbox{
  width: 90%;
  margin: 0 auto;
}

#home{
   overflow:hidden;
   height: 600px;
   padding: 55px 0 0;
}

#referenzen{
  background-color: #fff;
}

#kontaktseite{
  padding: 50px 0 30px; 
}

#datenschutz{
	padding:100px 0 50px 0;
	background-color: #EBEBEB;
}

h1{
  margin-bottom: 1.2em;
  text-align:center;
  font-size:2em;
  color:#C80B25;
}

#home h1{
	display:none;
}

h2{
  text-align:center;
  font-size:1.3em;
  color:#C80B25;
}

p{
 margin:10px 0;
}

#referenzen p{
 margin:10px 0;
}

.prsmall{
	display:none;
}

#leistungen #referenzen .drittel p{
	margin-top:15px;
}

address p{
	margin-bottom:10px;
}

.notizbuch {
  position: relative;
  background: url(../bilder/notebook.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  height:100vh;
  padding-top:14vh;
}

.homelogo{
  font-family:'Roboto Condensed', sans-serif;
  margin-bottom: 1.2em;
  text-align:center;
  font-size:6em;
  font-weight:700;
  line-height: 1.4;
  color:#C80B25;
}

.homelogo span.redaktionsbuero{
  font-size:0.40em;
  color: #5C5D60;
  letter-spacing:0.1em;
  border-bottom: 3px solid #C80B25;
  padding-bottom: 7px;
}

.homelogo span.digi {
  letter-spacing:0.05em;
  color:#5C5D60;
}

.homelogo span.text {
  color: #C80B25;
  letter-spacing:0.05em;
 }
 
.homelogo span.slogan {
  font-size:0.35em;
  color: #C80B25;
  font-family:'Open Sans',sans-serif;
}

.notizbuch p{
 line-height:0.9em;
}

#referenzen .drittel{
	padding-top:10px;
	background-color:#EBEBEB;
}

.referenzbox{
	margin:20px 0;
	overflow:hidden;
}

/* FIXED RESPONSIVE NAV */

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* RESPONSIVE NAV STYLES */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* FIXED HEADER */

header {
  background: #C80B25;
  position: fixed;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 0;
  
}

.logobox{
	float:left;
	overflow:hidden;
}

.logofonts{
	float:left;
	margin-left:30px;
	text-decoration:none;
}

.logobox .fa{
	font-size:1.9em;
	padding:11px 0 0 0;
}

.logo {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-family:'Roboto Condensed';
  letter-spacing:0.09em;
  text-decoration: none;
  font-weight: bold;
  font-size:1.4em;
  line-height: 45px;
  padding: 5px 0 0 15px;
  color: #fff;
  float: right;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.logotext {
 color:#D5DCE2;
}

/* MASK */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

/* NAVIGATION STYLES */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

.nav-collapse li {
  float: left;
  width: 100%;
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border-top: 1px solid white;
  text-decoration: none;
  background: #C80B25;
  padding: 0.7em 1em;
  color: #fff;
  width: 100%;
  float: left;
  font-weight:700;
}

.nav-collapse a:active,
.nav-collapse .active a {
  background: #fff;
  color:#C80B25;
  font-weight:700;
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

/* NAV TOGGLE STYLES */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}

/* Navigation ab 730px */

@media screen and (min-width: 730px) {
	
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
  
  .mask {
    display: none !important;
    opacity: 0 !important;
  }

  .nav-collapse {
    float: right;
    width: auto;
  }

  .nav-collapse li {
    width: auto;
  }  

  .nav-collapse a {
    border-left: 1px solid white;
    padding: 1.02em 2em;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
  }
  
  .nav-collapse ul ul a {
    display: none;
  }
  
} /* Ende Media */

/* Gridraster */

.drittel{
	width:32%;
	float:left;
	margin-right:2%;
}

.drittel:last-child{
	margin-right:0;
}

.zweidrittel{
	width:66%;
	float:left;
	margin-right:2%;
	}

.zweidrittel:last-child{
	margin-right:0;
}

/* Kontaktformular */

.kontakt{
overflow:hidden;
margin:30px 0 0;
}

#kontaktformular{
	text-align:left;
}

#kontaktformular label{
	width:25%;
	display:inline-block;
	vertical-align:top;
}

/* Attributselektoren */

#kontaktformular input[type="text"],
#kontaktformular input[type="email"],
textarea{
	width:70%;
	padding:5px;
	font-family:'Open Sans',sans-serif;
	border:1px solid #fff;
	background-color:#93A6AD;
	color:#fff;
	padding:5px 15px;
	}
	
#kontaktformular input[type="text"]:focus,
#kontaktformular input[type="email"]:focus,
textarea:focus{
	background-color:#C80B25;
	color:#fff;
}
	
#kontaktformular input[type="radio"]{
	margin:0 10px 0 10px;
}

#kontaktformular input[type="submit"]{
	margin-left:25%;
}

#kontaktformular input[type="submit"],
#kontaktformular input[type="reset"]{
	background-color:#93A6AD;
	font-family:'Open Sans',sans-serif;
	color:#fff;
	font-weight:700;
	padding:5px 20px;
	margin-top:6px;
	border:2px solid #fff;
	cursor:pointer;
}

#kontaktformular input[type="submit"]:hover,
#kontaktformular input[type="reset"]:hover{
	background-color:#C80B25;
	color:#fff;
}

#kontaktformular textarea{
	height:180px;
}

.erforderlich{
	font-size:0.8em;
	color:#C80B25;
}

address{
	text-align:left;
	line-height:1.4em;
}

address span{
	font-weight:bold;
	color:#C80B25;
}

/* radio button */

label.radiobuttons {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	margin-bottom:5px;
}

input[type=radio] {
	display: none;
}

label.radiobuttons:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background-color: #aaa;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}

label.radiobuttons:before {
	border-radius: 8px;
}

input[type=radio]:checked + label:before {
    content: "\2022";
    color: #C80B25;
    font-size: 30px;
    text-align: center;
    line-height: 14px;
}

/* Dynamische Icons */

a[href^="tel"]{
	background-image:url(../bilder/telephone.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:20px;
	color:#000;
}

a[href^="mailto"]{
	background-image:url(../bilder/mail.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:20px;
	color:#000;
}

/* Font Icons */

.icons{
overflow:hidden;
margin:20px 0 25px;
padding:15px 10px;
text-align:center;
background-color:#fff;
}

#leistungen .icons{
	line-height:1.3em;
	margin:40px 0;
}

.bigicons{
	margin:0 0 20px;
}

.farbe1{
	color:#C80B25;
}

.farbe2{
	color:#D5DCE2;
}

.farbe3{
	color:#fff;
}

.farbe4{
   color:#5C5D60;
}

.fa-desktop{
	padding-top:3px;
}

.fa-newspaper-o{
	padding-top:2px;
}

/* back-to-top button */

#back-top {
	position: fixed;
	bottom: 30px;
	right:30px;
	z-index: 4;
}

#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */

#back-top a{
	width: 40px;
	height: 40px;
	display: block;
	background: #fff url(../bilder/up-arrow.png) no-repeat center center;
	
	/* rounded corners */
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top a:hover {
	background-color: #D5DCE2;
}

/* Carousel */

.carousel{
	overflow:hidden;
}
 
    #owl-demo .item{
        margin: 3px;
    }
	
    #owl-demo .item img{
        display: block;
        width: 100%;
        height: auto;
    }

/* clearfix */

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */

.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */

.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* Owl Demo Theme */

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/* footer */

footer{
	background-color:#C80B25;
	}

footer ul{
	text-align:center;
	padding:15px 0;
	}
	
footer ul li{
	display:inline;
}
	
footer ul li a{
	display:inline;
	padding:0;
	margin-right:1em;
	text-decoration:none;
	color:#fff;
	font-weight:700;
	font-size:0.90em;
	}
	
footer ul li a:hover{
	color:#93A6AD;
	}
	
footer .innerbox{
	overflow:hidden;
	padding:0 2em;
	}


/* änderungen unter 721px, desktop first */

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

.logo {
  padding: 4.5px 0 0 15px;
}

#home{
   height: 550px;
   padding: 55px 0 0;
}

#kontaktseite{
  padding: 30px 0 20px; 
}

h1{
  margin-bottom: 1em;
  font-size:1.8em;
}

h2{
  font-size:1.2em;
}

#referenzen p{
 margin:6px 0;
}

.drittel p{
	font-size:1em;
}

section{
  padding: 30px 0;
  font-size:0.9em;
}

.homelogo {
  font-size: 5.5em;
  line-height: 1.3;
}

.homelogo span.redaktionsbuero{
  font-size:0.35em;
}

.homelogo span.slogan{
  font-size:0.30em;
}

.notizbuch{
  padding-top:16vh;
}

.notizbuch p{
 line-height:0.8em;
}

#leistungen .icons{
	line-height:1.2em;
	margin:20px 0;
	font-size:0.9em
}

#leistungen i{
	margin:0 0 10px;
}

.span12{
	margin-top:20px;
}

#referenzen .drittel{
	padding-top:7px;
}

.referenzbox{
	margin:15px 0;
}

.kontakt{
margin:20px 0 0;
}

#kontaktformular input[type="text"],
#kontaktformular input[type="email"],
textarea{
	width:90%;
	padding:5px;
}
	
#kontaktformular input[type="submit"],
#kontaktformular input[type="reset"]{
	padding:5px 15px;
	margin-top:2px;
}

#kontaktformular input[type="submit"]{
	margin-left:0%;
}

#kontaktformular textarea{
	height:100px;
}
#kontaktformular p{
margin:5px 0;
}

address{
	line-height:1.1em;
}

label{
	display:block !important;
}

label.radiobuttons {
	display: inline-block !important;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	margin-bottom:4px;
}

input[type=radio] {
	display: none;
}

footer ul{
margin-bottom:0.3em;
}

footer ul li{
	list-style-type:none;
	text-align:center;
	font-size:0.8em;
	
}
footer ul li a{
		display:block;
		padding:0.1em;
}

#footerbox{
	display:none;
}

footer .fa{
	display:none;
}

#back-top {
	bottom: 10px;
	right: 20px;
}


} /* ende media query */


/* änderungen unter 560px */

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

section{
  padding: 25px 0;
  font-size:0.7em;
}

#leistungen .drittel p{
	font-size:1.4em;
	line-height:1.3em;
}

#referenzen .drittel{
	padding:5px 0;
}

#referenzen .drittel p{
	font-size:1.1em;
}

h1{
  margin-bottom: 0.9em;
  font-size:1.7em;
}

h2{
  font-size:1.5em;
}

#leistungen h2{
  font-size:1.7em;
}

.homelogo {
  font-size: 5.5em;
  line-height: 1.3;
}

.homelogo span.redaktionsbuero{
  font-size:0.35em;
}

.homelogo span.slogan {
  font-size:0.30em;
}

.notizbuch {
  padding-top:20vh;
}

.notizbuch p{
 line-height:0.8em;
}

#leistungen .icons{
	line-height:1.2em;
	margin:15px auto;
	font-size:0.7em;
	width:80%;
}

#leistungen i{
	margin:0 0 10px;
}

.prlarge{
	display:none;
}

.prsmall{
	display:inherit;
}

.referenzbox{
	overflow:inherit;
	width:80%;
	margin:15px auto;
}

.drittel{
	width:100%;
	float:none;
	margin:0;
}

.zweidrittel{
	width:100%;
	float:none;
	margin:0;
}

.kontakt{
margin:10px 0 0;
}

label.radiobuttons {
	margin-top:4px;
}

#kontaktformular input[type="text"],
#kontaktformular input[type="email"],
textarea{
	width:90%;
	padding:4px;
}
	
#kontaktformular input[type="submit"],
#kontaktformular input[type="reset"]{
	padding:3px 10px;
	margin-top:4px;
	font-size:1em;
}

#kontaktformular textarea{
	height:90px;
	font-size:0.9em;
}

#kontaktformular p{
margin:3px 0;
}

address{
	margin-top:20px;
	line-height:1.3em;
	font-size:1em;
}

label{
	display:block !important;
}

label.radiobuttons {
	padding-left: 17px;
	margin-bottom:4px;
}

footer ul{
margin-bottom:0.2em;
}

footer ul li{
	list-style-type:none;
	text-align:center;
	font-size:0.7em;
}

footer ul li a{
		display:block;
		padding:0.1em;
}

#back-top {
	right: 15px;
}

#back-top a{
	width: 25px;
	height: 25px;
}
 
} /* ende media query */

	

