@charset "UTF-8";

/*BASIC LAYOUT*/

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

body {
  width: 100%;
  height: 100%;
  background: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 16px;
  color: #141414;
  -webkit-font-smoothing: subpixel-antialiased;
  }

* {
  margin: 0px;
  padding: 0px;
  }

article, aside, details, figcaption, figure, footer, #header, hgroup, main, nav, section {
  display: block;
  }

a {
  color: #141414;
  }

a, a:link, a:visited {
	outline: none;
	}
 
h1, h2, h3, h4, h5, h6 {
  font-size: 22px;
  font-style: normal;
  text-align: left;
  color: #141414;
  padding-bottom: 8px;
  }

ul {
  list-style: none;
  }

ul a {
  text-decoration: none;
  }  

address {
  font-style: normal;
  }

fieldset {
  border: none;
  }
  
#wrap {
  position: relative;
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  }

/* HEADER */
#header {
  position: relative;
  width: 100%;
  height: 112px;
  -moz-box-shadow: 0 8px 8px -4px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 8px 8px -4px rgba(0,0,0,0.3);
  box-shadow: 0 8px 8px -4px rgba(0,0,0,0.3);
  z-index: 9;
  }

#header a#label {
  display: block;
  position: absolute;
  top: 4px;
  left: 12px;
  background: url(../images/mueller_informatik.jpg) no-repeat center left;
  background-size: contain;
  width: 400px;
  height: 100px;
  }

/* NAVIGATION */
#header nav {
	position: absolute;
	top: 38px;
	right: 32px;
  }

#mainmenu-level1-container {
  margin: 15px 0px 15px 0px;
  }

#mainmenu-level1-container li {
  display: inline;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  }

.mainmenu-level1-firstitem {
  padding: 0px 0px 0px 25px;
  }

.mainmenu-level1-item {
  }
  
.mainmenu-level1-lastitem {
  }

.mainmenu-level1-item:before, .mainmenu-level1-lastitem:before {
  content: "|";
  color: #141414;
  padding: 0px 12px 0px 10px;
  }

a.mainmenu-level1-link {
  text-decoration: none;
  color: #141414;
  }

a.mainmenu-level1-link:hover, a.mainmenu-level1-link-active {
  text-decoration: none;
  color: #141414;
  }

/* MAIN CONTENT */
main {
  position: relative;
  margin: 32px 0 0 0;
  }

main #content {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 10px 25px 10px;
  }

main p {
  padding-bottom: 8px;
  }

#padding-bottom {
  height: 60px;
  }

/* FOOTER */
footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 54px;
  -moz-box-shadow: 0 -8px 8px -4px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 -8px 8px -4px rgba(0,0,0,0.5);
  box-shadow: 0 -8px 8px -4px rgba(0,0,0,0.5);
  }
  
footer h1 {
  padding: 20px 0 0 0;
  }

footer a {
  color: #141414;
  text-decoration: none;
  font-style: normal;
  }
  
footer address {
  padding: 10px 10px 20px 10px;
  text-align: center;
  }

footer address p {
	display: inline-block;
  }

footer address p:after, a#footer-mail:before {
	display: inline-block;
	content: '|';
	padding: 0 6px 0 6px;
  }

@media screen and (max-width: 940px) {
	footer address p {
	display: none;
	}
}

@media screen and (max-width: 470px) {
	footer address a#footer-mail {
	display: none;
	}
}

/* CLEARFIX */
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  }

.clearfix:after {
    clear: both;
  }

.clearfix {
    zoom: 1; /* IE < 8 */
  }

/*MOBILE DEVICES*/
.mobile {
  display: none;
  }

@media screen and (max-width: 1200px) {
	
	body {
		line-height: 1.5;
	}
  
    .desktop {
        display: none;
    }
  
    .mobile {
        display: block;
    }
    
    #header nav {
	  top: 26px;
	  right: 26px;
    }
    
    #header nav a#mobilemenu {
    display: block;
    width: 60px;
    height: 60px;
    background:url(../images/mobilemenu.png) no-repeat;
    background-size: contain;
    }
    
    #header a#label {
    max-width: calc(100% - 120px);
    }
  }

/* TYPO3 FORM */

textarea {
    height: 100px;
    width: 500px;
    max-width: 100%;
    }

.form-group {
	padding-bottom: 8px;
    }

.form-check-label span, .radio span {
    margin-left: 10px;
    }

.form-group .control-label {
	float: left;
	min-width: 120px;
    }

.form-group .checkbox {
	clear: both;
    }

input[type="text"], input[type="email"], input[type="tel"] { 
   font-size: 14px;
   padding: 2px 8px 2px 8px;   
}

textarea {
	padding: 2px 8px 2px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 120px;
}

input[type=button], input[type=submit], button[type=submit], input[type=reset] {
	background: #eaeaea;
	border: 1px solid;
	border-radius: 5px;
	cursor: pointer;
	font-size:16px;
	padding: 4px 10px 4px 10px;
	margin: 10px 0 10px 0;
}

input[type=button]:hover, input[type=submit]:hover, button[type=submit]:hover, input[type=reset]:hover {
	background: #d4d2d2;
}