@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700);



/* //////////////// Sticky header //////////////////////////// */
.main_h {
  position: fixed;
  max-height: 8em;
  z-index: 999;
  width: 100%;
  padding-top: 2.9em;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top:-17em;
  padding-bottom: 1em;
font-family: 'Yanone Kaffeesatz', sans-serif;
}

@media only screen and (max-width: 766px) {
  .main_h {
    padding-top: 4em;
  }
  
}

.sticky {
  background-color: rgba(255, 255, 255, 1);
  opacity: 1;
  top: 0;
  border-bottom: 1px solid gainsboro;
}

.open-nav {
  max-height: 60em !important;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.logo {
  width: 9em;
  font-weight: 700;
  font-size: 2.5em;
  color: #C5244A;
  text-transform: uppercase;
  float: left;
  display: block;
  margin: 0 0 1em 0;
  line-height: 1em;
  text-align:left;
}

@media only screen and (max-width: 766px) {
  .logo {
    float: none;
  }
}

header nav {
  float: right;
  width: 60%;
}


header nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
}

header nav ul li {
  display: inline-block;
  margin-left: 1.5em;
  line-height: 1.25em;
}

header nav ul a {
  color: #555555;
  text-transform: uppercase;
  font-size: 1.5em;
}

header nav ul a:hover,.logo:hover{
  color: #C5244A;
}

header nav ul li a#currentitem{
	color:#C5244A;
	font-weight:700;
}

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

header nav ul li{
  margin-left: 0.31em;
}
        
}

@media only screen and (max-width: 866px) {
 header nav{
    width: 100%;
  }
  
header nav ul {
    padding-top: 0.625em;
    margin-bottom: 1.375em;
    float: left;
    text-align: center;
    width: 100%;
  }
  
header nav ul li {
    width: 100%;
    padding: 1em 0;
    margin: 0;
 }
      
}

.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 3.2em;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media only screen and (max-width: 866px) {
  .mobile-toggle {
    display: block;
  }
}

.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius:10px;
  background: #8f8f8f;
  display: block;
}

.row {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}


/* ////////////////// Formatierung Allgemein////////////////////////////// */

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


body {
	font-family:verdana,arial,sans-serif;
	font-size:0.9em;
	color: #555555;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;	
}

main,aside{
	padding:1.25em 0.625em;
	margin-left:auto;
	margin-right:auto;
}


.innerbox{
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
}

.innerbox img{
	max-width:100%;
}

.content {
  padding: 50px 2% 250px;
}

a {
  text-decoration: none;
}

h1,h2,h3,h5,h6{
		text-transform: uppercase;
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-weight: 400;
		text-align: center;
}

h4{
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-weight: 400;
		text-align: center;
}

h1{
  font-size: 2.5em;
  line-height: 1.5em;
  padding-top:2em;  
  color:#C5244A;
}
h2{
  font-size: 2.5em;
  line-height: 1.5em;
  padding-top:2em;  
}
aside h4{
  font-size: 2.5em;
  line-height: 1.5em;
  padding-top:2em;  
}

main h3, aside h3, footer h3{
	font-size:1.4em;
	line-height:1.25em;
	margin-top:1em;
	text-transform:none;
	color:#C5244A;
	font-family: verdana,arial,sans-serif;
}


main h4{
	font-size:1.5em;
	line-height:1.25em;	
	color:#cf6064;
}

main h5{
	font-size:0.95em;
	line-height:1.25em;
	margin-top:1em;
	text-transform:none;
	padding-bottom:1em;
}

p {
  margin: 1em 0;
  line-height: 1.25em;
  text-align:center;
}


.focusadresse{
	color:#C5244A;
}

.zweidrittel ul{
	text-align:center;
}



 
 main .drittel p span{
	 font-weight: bold;
	 margin-top:0.5em;
}

main #abstand a{
	 color:#cf6064;
}


.articleinhalt{
	text-align:center;
}

.kontakt p .kontakttel p{
	margin-top:1.5em;
}

footer .kontakt a, .kontakt a, .kontakttel a{
		text-decoration:none;
		font-family: verdana,arial,sans-serif;
		font-weight: 400;
		color:#fff;
		background-color:#C5244A;
		border-radius:3%;
		font-size:1em;
		padding:1em 2em;
}

footer .kontakt a{
		color:#fff;
}

.parallax h3{
		color:#fff;
}
	
p #abstand{
	margin-bottom:2em;
}

.button{
	padding-top:0.7em;
}

.socialbutton{
	padding-top:1em;
}

/* ////////////////// header slider //////////////////*/
#wrapper{
	clear:both;
}

.cb-slideshow,
.cb-slideshow:after { 
    position: absolute; 
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.cb-slideshow:after { 
    content: '';
    background:url(../bilder/noise2.png) repeat top left; 
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    bottom: 1.875em;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s; 
}


.cb-slideshow li:nth-child(1) span { 
    background-image: url(../optikklockaumuenchen/optikklockaumuenchen-Flaim2.JPG) 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(../optikklockaumuenchen/optikklockaumuenchen-Flair2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(../optikklockaumuenchen/optikklockaumuenchen-MarkusT2.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(../optikklockaumuenchen/optikklockaumuenchen-Flaim.JPG);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(../optikklockaumuenchen/optikklockaumuenchen-MarkusT.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(../optikklockaumuenchen/optikklockaumuenchen-Flair1.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) div { 
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) div { 
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) div { 
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

@media screen and (max-width: 1140px) { 
    .cb-slideshow li div h3 { font-size: 3em; }
}
@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 { font-size: 2em;


	}
}

/* ///////////////////////// hero /////////////////////////*/

.hero {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #C5244A;
  padding-top:10vh;
  min-height: 500px;
  height: 100vh;
  letter-spacing: 2px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  
}
.hero p {
  font-size: 6em;
  line-height: 1.25;
  text-transform: uppercase;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 700;
	text-align: center;

}
.hero p span {
  font-size: 0.6em;
  color: #C5244A;
  border-bottom: 2px solid #C5244A;
  padding-bottom: 0;
  line-height: 3;
  font-weight:400;
  border: 1px solid green;
}

.hero .mouse {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 2px solid #C5244A;
  position: absolute;
  bottom: 40px;
  bottom: 20vh;
  left: 50%;
  margin-left: -13px; 
}
.hero .mouse span {
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 2px;
  border-radius: 4px;
  background: #C5244A;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

/* //////////////// Services //////////////////*/

.parallax{
background-color:#000;
	background-image:url(../bilder/parallax.jpg)!important; 
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	background-attachment:fixed;
	
	
#service{
	background-image:url(../bilder/noise.png);
	
}

	
}

article{
	width:100%;
	text-align:center;
	padding:1.25em;
}

article img{
	width:30%;
	padding:0.5em;
}

/*////////////////////////// team /////////////////////////////////////////////*/
.team{
	width:100%;
	text-align:center;
}

.team img{
	width:70%;
	border-radius:50%;
}

/*  ///////////////////// Philosophie ///////////////////////////////////////////////  */	
.hidden{
	display: none;	
}




/* ///////////// galerie marken, kollektion //////////////////// */

#work{
	list-style-type:none;
	overflow:hidden;
	margin-top:40px;
}

#work li{
	width:30%;
	line-height:0;
	float:left;
	margin:0 2% 2% 0;
	position:relative;
	text-align:center;
}

#work li span{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#c9efed url(../bilder/icons/link.png) no-repeat center;
	border-radius:50%;
	opacity:0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
#work li span:hover{
	opacity:1;
}
#work li img{
	width:100%;
	border:2px solid #bb393e;
	border-radius:50%;
	padding:0.3em 0.3em;
}
#work li:nth-child(3n) {
	margin-right:0;
}

/* ///////////// footer //////////////////// */

#footer1, #footer2{
	background-image:url(../bilder/noise.png);
	position:relative;
	text-align:center;
	padding:0.5em 0;
}



#footer1 ul{
padding-top:1em 0;
}
#footer1 ul li{
	list-style-type:none;	
	margin-top:1.25em;
	display:inline;
	padding:3em 0;
}

#footer1 .articleinhalt{
	padding:1em 0;
}

#footer1 .articleinhalt i{
	padding-right:0.325em;
}

#footer1 img{
	margin-right:2%;
}
#social:last-child{
	margin-right:0;
}

#footer2{
	background-color:#555555;
	text-align:center;
	color:#fff;
}
#footer2 a{
	color:#fff;
}

#footer2 .align-left p, #footer2 .align-right p{
padding-top:1em;

}

.articleinhalt  a{
	color:#555555;
}

#footer2 a:hover{
	color:#C5244A;
}

/* ////// newsletter ///// */


#breite{
	clear:both;
}

.grid {
  width: 90%;
}


#newsletter {
  top: 50%;
  left: 50%;
  margin: 0 4% 0 4%;
}

#newsletter h1 {
  margin: 0.925em 0;
}

#newsletter form {
  padding: 0.875em 0;
  
}

#font {
  font-family:verdana,arial,sans-serif !important;
}

.field-container,
.controls-container {
  position: relative;
  width: 90%;
  margin: 0 auto;
 
}

.field-container {
  margin-bottom: 0.625em;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
}

.field-container label {
  display: none;
}

.field-container input {
  display: block;
  width: 100%;
   
  color: #555;
  
  padding: 0.95em;  
  border: 0;
  border-radius: 0.5%;
  
  box-shadow: 0 1px 2px -1px rgba(0,0,0,.3);
  outline: none;
}

.field-container i {
  position: absolute;
  font-size: 1.4em;
  color: #FF8F35;
  top: 1em;
  right: 0.95em;
  
  transition: color .4s ease;
}

.field-container input:focus:invalid ~ i {
  color: #666;
}

.field-container input:focus:valid ~ i {
  color: #C5244A;
}

.controls-container input {
  position: relative;
  display: block;
  width: 100%;
  
  color: #FFF;
  font-size: 1em;
  
  
  padding: 1em;  
  border: 0;
  border-radius: 1%;
  background-color: #C5244A;
  
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .3);
  transition: opacity .4s ease;
  
  cursor: pointer;
}

.controls-container #font{
font-family: 'Yanone Kaffeesatz', sans-serif;
font-weight: 400;	
}


.controls-container input:focus {
  opacity: 0.6;
}

.controls-container input:active {
  box-shadow: none;
  top: 1px;
}

/* ///////////////////////////// kontakt /////////////////////////////////////*/

#kontaktformular{
	padding:0.625em;	

}	
#kontaktformular  p{
text-align:left;
}
	

#kontaktformular label{
	/*background-color:#f00;*/
	display:block;
	margin-bottom:0.3em; /*Untere Abstand zwichen Eingabefeld und Überschrift*/
	text-align:left;
}

#kontaktformular label#labelanrede{ /* um die Anrede nebeneinander*/
	display:inline-block;

}

#kontaktformular input[type="text"],
#kontaktformular input[type="email"],
#kontaktformular textarea{
	font-family:verdana,arial,sans-serif;
	font-size:0.95em;
	color:#555;
	padding:0.625em;/*10px sind es in etwa, wichtig ist dass mann als Handy-Nutzer gut da reinklicken kann*/
	background-color:#fff; /*Hintergrundfarbe Eingabefeld*/
	border:1px solid #444; /*Rahmen Eingabefeld*/
	width:100%; /*Breite Eingabefeld*/
	box-shadow: 0 3px 1px -2px rgba(85, 85, 85, 0.3);
}

#kontaktformular input[type="radio"]{
	margin:0 1em 0 0.3em;
}
#kontaktformular input[type="checkbox"]{
	text-align:left;
}

#kontaktformular input[type="submit"],
#kontaktformular input[type="reset"]{
	font-family:verdana,arial,sans-serif;
	font-size:0.95em;
	color:#fff;
	padding:1em;/*10px sind es in etwa, wichtig ist dass mann als Handy-Nutzer gut da reinklicken kann*/
	background-color:#555; /*Hintergrundfarbe Eingabefeld*/
	border:1px solid #444; /*Rahmen Eingabefeld*/
	width:100%; /*Breite Eingabefeld*/
	margin-bottom:0.3em;
}

#kontaktformular .pflichtfelder{
	font-size:0.75em;
	color:#C5244A;
}

.pflichtfelder span{
	color:#C5244A;
}


address{
	font-style:normal;
	text-align:center;
	/*background:url(../bilder/location.png) no-repeat;*/
	/*padding-left:4.2em;*/
}

address a{
	color:#555;
}
address a:hover{
	color:#C5244A;
}
address span{
	display:inline-block;
	width:4em;
}



/* -------------------- Breakpoint für Navigation ab 400px -------------------*/

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

/* ///////////// hero //////////////// */
.hero h1 {
  font-size: 5em;
}
.hero h1 span {
  font-size: 0.7em;
}

/* /////////////// Das Team /////////////// */

.team{
	width:48%;
	float:left;
	margin-right:2%;
}

.team img{
	width:50%;
	border-radius:50%;
}

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

/*  ///////////////////// Service ///////////////////////////////////////////////  */
	
article{
	width:48%;
	float:left;
	margin-right:2%;
}

article:last-child{
	margin-right:0;
}

.row2{
	overflow:hidden;
	margin-bottom:15px;
}
 

	
}

/*Ende Breakpoint ab 400px*/


/* -------------------- Breakpoint für Monitore ab 481px -------------------*/

@media only screen and (min-width:481px){	
	
	
.hero h1 {
  font-size: 4em;
}

}
	
/*Breakpoint ab 481px*/


/* -------------------- Breakpoint für Monitore ab 769px -------------------*/

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

header nav ul li {
  line-height: 1.6em;
  margin-bottom:1.1em;
}

.hero p {
  font-size: 8em;
  padding-top: 1.6em;

}

.hero h1 {
  font-size: 6em;
}

/*////////////////////////// über uns /////////////////////////////////////////////*/

.drittel{
	width:30%;
	float:left;
	margin-right:2%;
	margin-top:2em;
}

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

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


/*  ///////////////////// Philosophie ///////////////////////////////////////////////  */	

.hidden{
	display:inherit;
}

/* ///////////// galerie marken //////////////////// */

#work li{
	width:15%;
}
#work li:nth-child(3n){
	margin-right:2%;
}

#work li:nth-child(6n){
	margin-right:0;
}

/*  ///////////////////// footer1 ///////////////////////////////////////////////  */
#footer1{
	overflow:hidden;
}

#footer1 .articleinhalt{
	width:32%;
	float:left;
	margin-right:2%;
}
#footer1 .articleinhalt:last-child{
	margin-right:0;
}
#footer1 .articleinhalt i{
	padding-right:0.325em;
}

/*  ///////////////////// Kontakt ///////////////////////////////////////////////  */

.halbe{
	width:49%;
	float:left;
}

.halbe:last-child{
	float:right;
}


/*/////// Kontaktbutton //////*/
	
.kontakt a:hover, .kontakttel a:hover{
		text-decoration:none;
		color:#fff;
		background-color:#555555;
		font-size:1em;
		padding:1em 2em;
		border-radius:3%;
}


/*  ///////////////////// Newsletter ///////////////////////////////////////////////  */

.controls-container input:hover{
  opacity: 0.6;
}

/*  ///////////////////// Kontakt ///////////////////////////////////////////////  */

#kontaktformular  p{
text-align:left;
}	
	
#kontaktformular label{
	display:inline-block;
	margin-bottom:0;
	width:30%;
	vertical-align:top;
}	
	
#kontaktformular input[type="text"],
#kontaktformular input[type="email"],
#kontaktformular textarea{
	width:70%; /*Breite Eingabefeld*/
}

#kontaktformular input[type="checkbox"]{
	text-align:none;
	padding-left:40%;
	width:5%;
}
#kontaktformular input[type="checkbox"] span{
	text-align:right;

}

#kontaktformular input[type="submit"],
#kontaktformular input[type="reset"]{
	width:auto; /*er soll die Zuweisung von allg Regel verlieren*/
	cursor:pointer;
	padding:1em 2.2em;
}
	
#kontaktformular input[type="submit"]{
	margin-left:30%;
}
	

.halbe img{
	padding-top:1em;
}

.checkboxabstand{
	padding-left:30%;
}

#öffnungszeiten{
border: 1px magenta solid;
	padding-top:2em;
}




/*Breakpoint ab 769px*/






/* -------------------- Breakpoint für Monitore ab 960px -------------------*/

@media only screen and (min-width:960px){
	
.innerbox{
	max-width:960px;
	margin: 5em auto 5em auto;
}

#footer1, #footer2 .innerbox{
	margin: 1em auto 1em auto;
}

main h2{
	line-height:1.25em;
}



/*/////////////////// hero //////////////////////////////////////*/
.hero h1 {
  font-size: 7em;
  font-weight:700;
}
.hero h1 span {
  font-size: 0.8em;
  
}

/* kontakttel*/

.kontakttel{
	display:none;
}



/*////////////////////// Service //////////////////////////////////////*/

article{
	width:23.5%;
}

article img{
	width:40%;
}


/*////////////////////// Kontakt //////////////////////////////////////*/



#kontaktformular input[type="submit"]:hover,
#kontaktformular input[type="reset"]:hover{
	cursor:pointer;
	background-color:#555;
}

#kontaktformular input[type="text"]:focus,
#kontaktformular input[type="email"]:focus,
#kontaktformular textarea:focus{
	background-color:#c9efed; 
}


/*////////////////////// footer1 //////////////////////////////////////*/
.articelinhalt{
	width:32%;
	float:left;
	margin-right:2%;

}

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

#footer1 .articleinhalt i{
	padding-right:0;
}



/*macht social icons untereinander*/
#footer1 ul li{
	list-style-type:none;	
	margin-top:1em;
	display:block;
	padding:0 0;
}




/* ////////////////////// footer2 //////////////////////////////////////*/

#footer2{
	padding-bottom:2em;
}
#footer2 .align-left {
text-align:left;
display:inline;
margin-right:60%;
}

#footer2 .align-right{
	text-align:right;
	display:inline;
}


	
}
	
/*Breakpoint ab 960px*/




/* //////////////////////////////// Back to top button ///////////////////////////*/

#back-top {
	position: fixed; 
	bottom: 1.875em;
	right:1.875em;
}
#back-top a {
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color:#bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #C5244A;
}

#back-top a i{
	display: block;
	font-size:4em;
}


@media only screen and (max-width:600px){
	
#back-top a i{
	display: block;
	font-size:3em;
}	
	
}

