@charset "utf-8";
/* 
* CSS Design
* NSCON: WLAN
*/

/* Reset * * * * * * * * */

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

html, body {
	height:100%;
}

html{
	font-size:100%; /*Browserstandard: 16px*/
}

img{
	max-width:100%;
}

/* Layout  allgemein * * * * * * * * */

body{
	font: 400 1rem/1.375rem Arial, Helvetica, sans-serif;
	color:  #575756;
}

.wrapper{
	max-width:1200px;
	margin:0 auto;
	overflow: hidden;
}

#wrapper{
	max-width:1200px;
	margin:0 auto;
}

header{
	background: #fff;
	padding: 16px 0;
	padding:1rem 0;
}

.orange-footer{
	background:#ef7d00;
	margin-top:32px;
	margin-top:2rem;
	padding: 5px 0;
	padding: 0.3125rem 0;
}

.grey-footer{
	background:#575756;
	padding: 40px 0;
	padding: 2.5rem 0;
}

.grey-footer a{
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 25px;
	font-size:1.563rem;
	font-weight:700;
	font-style: normal;
	text-decoration:none;
}

.grey-footer a:hover{
	text-decoration:underline;
}


/* Layout Seiten * * * * * * * * */

#teaser-1{
	background:#ef7d00;
	padding: 16px;
	padding: 1rem;
	margin: -7px 0 10px 0;
	margin-top: -0.4375rem;
	margin-bottom: 0.625rem;
	box-shadow:0 4px 2px 0 #3e3d40;
	-moz-box-shadow: 0 4px 2px 0 #3e3d40;
	-webkit-box-shadow: 0 4px 2px 0 #3e3d40;
}

#teaser-2{
	background:#fff;
}

#teaser-3{
	background:#575756;
	margin: 0 auto;
}

#teaser-4{
	background:#fff;
	margin: 40px 0;
}

.teaser{
	background:#575756;
	box-shadow:0 4px 2px 0 #3e3d40;
	-moz-box-shadow: 0 4px 2px 0 #3e3d40;
	-webkit-box-shadow: 0 4px 2px 0 #3e3d40;
}

.teaser-meta{
	background:#fff;
}

/* Bilder  */

.img-notebook{
	position:absolute;
	bottom:150px;
	bottom:30%;
	padding-left:10px;
}

#bild{
	position:relative;
}

img.logo{
	margin: 0 1%;
	outline:none;
}

img.teaser-bild{
	display:block;
	margin: -1rem auto;
}

img.referenz{
	display:block;
	margin: 0 auto;
	max-width:100%;
	height:auto;
	margin-bottom: 32px;
	margin-bottom:2rem;
}

/*
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
.img-start {
	font-size: 2em;
	padding-bottom:100%;
	height:0;
	background-size: 100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url("../images/grau-notebook.jpg");
}
*/

/* Main Navigation */

#mobile-menu-btn{
	display:none;
}

#main-nav {
    position:relative;
    margin:1.5% 0;
}

ul#navigation {
    margin:0 auto;
    position:relative;
}
 
ul#navigation li {
    display:inline;
    padding:0;
    position:relative;

}
ul#navigation li a {
	font-size:17px;
	font-size:1.063rem;
    font-weight:bold;
	font-style:normal;
	font-family: Ubuntu, Arial, Helvetica, sans-serif;
    padding:10px 20px;
    color:#575756;
    text-decoration:none;
    display:inline-block;
    -webkit-transition:color 0.2s linear, background 0.2s linear;   
    -moz-transition:color 0.2s linear, background 0.2s linear;  
    -o-transition:color 0.2s linear, background 0.2s linear;    
    transition:color 0.2s linear, background 0.2s linear;   
}
ul#navigation li a:hover, #navigation li a.active {
    color:#ef7d00;
}

/* ul#navigation li:hover > a {
    border-bottom: 2px solid #ef7d00;
} */


/* Drop-Down Navigation */

ul#navigation li:hover > ul {
    visibility:visible;
    opacity:1;
}

ul#navigation ul{
    list-style: none;  
    visibility:hidden;
    opacity:0;
    position: absolute;
	top: 2em;
	left:0;
    z-index: 99999;
    background:#fff;

/* css3 transitions for smooth hover effect */
    -webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
    -moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
    -o-transition:opacity 0.2s linear, visibility 0.2s linear; 
    transition:opacity 0.2s linear, visibility 0.2s linear;     
}
 
ul#navigation ul li {
	margin:0;
}

ul#navigation ul li a {
    display:block;
	text-transform: none;
	font-size: 15px;
	font-size: 0.938rem;
	padding:10px 60px 10px 20px;
    border-bottom:1px solid #eceded;
}

/* Metanavi * * * * * * * * */

#metanavi{
	text-align:right;
}

#metanavi li{
	display: block;
	list-style:none;
	margin-top:8px;
	margin-top:0.5rem;
	padding-right:16px;
	padding-right:1rem;
}

#metanavi li a{
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-size: 0.875rem;
	font-weight: 400;
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 24px;
	padding-left:1.5rem;
}

#metanavi li a:hover, #metanavi li a.active{
	color:#575756;
}

/* Raster * * * * * * * * */

* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.columns {
	float:left;
	padding-left:1rem; /* 16px */
	padding-right:1rem; /* 16px */
}

.row {
	width:auto;
}

.row:before, 
.row:after {
	content:'';
	display:table;
}

.row:after {
	clear:both;
}

.col_1 {
	width:100%;
	margin: 64px 0;
	margin: 4rem 0;
}

.col_1_einleitung{
	width:100%;
	margin: 32px 0 0;
	margin: 2rem 0 0;
}

.col_1_start {
	width:100%;
	margin-top: 80px;
	margin-top: 5rem;
	margin-bottom: 80px;
	margin-bottom: 5rem;
	text-align:center;
}

.col_1_orange {
	width:100%;
	background:#ef7d00;
	margin: 40px 0 10px;
	margin: 2.500rem 0 0.625rem;
	padding: 20px 16px;
	padding: 1.250rem 1rem;
}

.col_1_2 {
	width:50%;
	margin-top:36px;
	margin-top: 3rem;
}

.col_1_2_teaser {
	width:50%;
	text-align:left;
	padding-top: 48px;
	padding-top: 3rem;
	padding-bottom: 48px;
	padding-bottom: 3rem;
}

.col_1_2_footer {
	width:50%;
}

.col_1_3 {
	width:33.333%;
	margin-top:40px;
	margin-top: 2rem;
}

.col_1_3_img {
	width:33.33333%;
	text-align:right;	
	margin: 0 0 -6px 0;
}

.col_2_3 {
	width:66.66666%;
	margin-bottom:40px;
	margin-bottom: 2rem;
}

.col_2_3_start {
	width:66.6666%;
	margin-top: 5%;
}

.col_2_3_footer {
	width:66.66666%;
	float:right;
}


/* Typografie * * * * * * * * */

/* Überschriften*/
h1, h2, h3{
	font-family: Ubuntu, Arial, sans-serif;
	font-weight: 700;	
	margin-bottom: 0.625rem;
}

h1{
	font-size: 50px;
	font-size:3.125rem;
	color:#ef7d00;
	text-transform:uppercase;
	line-height:50px;
	line-height:3.125rem;
	text-align:center;
	margin-top: 96px;
	margin-top:6rem;
}

h2{
	font-size: 40px;
	font-size:2.500rem;
	color:#575756;
	line-height: 50px;
	line-height:3.125rem;
	text-align:center;
	margin-bottom: 32px;
	margin-bottom:2rem;
}

h3{
	font-size: 25px;
	font-size:1.563rem;
	color:#ef7d00;
	line-height: 34px;
	line-height:2.125rem;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-size:1.250rem;
	line-height:30px;
	line-height:1.875rem;
	font-weight:700;
	color:#ef7d00;
	margin-bottom: 16px;
	margin-bottom:1rem;
}

h1#start-h{
	font-family: 'Syncopate', Arial, sans-serif;
	font-weight:400;	
	font-size: 40px;
	font-size:2.500rem;
	line-height: 60px;
	line-height:3.750rem;
	color:#fff;
	text-transform:none;
	text-align:left;
}

.start-h{
	position:relative;
	margin: 20px 10px 40px 10px;
}

h2.recht{
	font-size: 40px;
	font-size:2.500rem;
	color:#ef7d00;
	line-height: 50px;
	line-height:3.125rem;
	text-align:left;
	padding-top:80px;
	padding-top:5rem;
	margin-bottom: 32px;
	margin-bottom:2rem;
}

h2.klein{
	font-size: 30px;
	font-size:1.875rem;
	color:#575756;
	line-height: 40px;
	line-height:2.500rem;
	text-align:center;
	margin-bottom:20px;
	margin-bottom:1.250rem;
}

h3.white{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;	
	font-size: 20px;
	font-size:1.250rem;
	line-height:32px;
	line-height:2rem;
	color:#fff;
	margin-bottom:0;
}

h4.white{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-size:1.250rem;
	color:#fff;
	font-weight:700;
	margin-bottom: 16px;
	margin-bottom:1rem;
}

h4.grey{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-size:1.250rem;
	line-height:30px;
	line-height:1.875rem;
	font-weight:700;
	margin-bottom: 16px;
	margin-bottom:1rem;
	color:#575756;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-size:1.125rem;
	line-height:30px;
	line-height:1.875rem;
	font-weight:700;
	margin-bottom: 5px;
	margin-bottom:0.3125rem;
	color:#575756;
}

/*Text*/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	font-size:1rem;
	line-height: 22px;
	line-height:1.375rem;
	margin: 0 10px 0 0;
	margin:0 0.625rem 0 0;
	color:#575756;
}

p.einleitung {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:400;
	font-size: 20px;
	font-size:1.250rem;
	line-height: 28px;
	line-height:1.750rem;
	color:#fff;
}

p.center {
	text-align:center;
}

p.white {
	color:#fff;
}

p.white-footer{
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-size: 0.875rem;
	font-weight: 400;
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
}

p.white-big {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:700;
	font-size: 25px;
	font-size:1.563rem;
	line-height:32px;
	line-height:2.000rem;
	color:#fff;
}

p.mehr {
	color:#2084c7;
	font-weight:700;
	font-style:normal;
	border:0;
	padding: 15px 10px 20px;
}

p.mehr:hover{
	color:#ef7d00;
}

.right{
	text-align:right;
}

.zentriert{
	text-align:center;
}

/*Zitate*/

blockquote{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:400;
	font-size: 20px;
	font-size:1.250rem;
	line-height:28px;
	line-height:1.750rem;
	text-align:center;
  	margin-bottom:16px;
	margin-bottom:1rem;
	margin-top: -16px;
	margin-top: -1rem;
}

blockquote:before {
	content: '„';
	color: #ef7d00;
	font-size:56px;
	font-size:3.5rem;
	padding-right: 16px;
	padding-right: 1rem;
}

blockquote:after {
	content: '”';
	color: #ef7d00;
	font-size:56px;
	font-size:3.5rem;
	padding-right: 16px;
	padding-right: 1rem;
}
	
/* Buttons */

/* Buttons Startseite */

.button_start{
	background: #f0f1f1;
	float:left;
	position:relative;
	margin: 40px 1%;
	margin:2.5rem 1%;
	padding: 10px;
	padding:0.625rem;
	width: 31%;
	height: 350px;
	height:21.875rem;
	color:#575756;
	text-align:center;
}

.button_start a{
	color: #575756;
	position:relative;
}

a.button_start:hover{
	background: #e4e5e5;
	color: #575756;
}

.button2_start{
	position:absolute;
	padding:30px 15px 20px;
	text-align:center;
	font-weight:400;
	width: 100%;
	left: 0;
}

/* Buttons Unterseite */

.button{
	background: #f0f1f1;
	float:left;
	position:relative;
	margin: 80px 1% 60px 1%;
	margin:5rem 1% 3.750rem 1%;
	padding: 10px;
	padding:0.625rem;
	width: 30%;
	height:250px;
	height:15.625rem;
	color:#575756;
	text-align:center;
}

.button a{
	color: #575756;
	position:relative;
}

a.button:hover{
	background: #e4e5e5;
	color: #575756;
}

.button2{
	position:absolute;
	padding: 20px 16px;
	padding:1.250rem 1rem;
	text-align:center;
	font-weight:400;
	width: 100%;
	left: 0;
}

/* Links * * * * * * * * */		
a{
	color: #2084c7;
	text-decoration:none;
	font-weight: 400;
	outline:none;
}

a:hover{
	color: #ef7d00;
	text-decoration:none;
}
	
a.blue{
	background: #f0f1f1;
	color:#2084c7;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-size:1rem;
	text-decoration:none;
	font-weight:700;
	font-style:normal;
	padding: 10px;
	padding: 0.625rem;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

a.blue:hover{
	color:#ef7d00;
	background: #CCC;
}


/* Sonstiges * * * * * * * * */

hr{
	background:#ef7d00;
	border:0;
	height:1px;
	width:100%;
}

ul.aufzaehlung{
	list-style-position: outside;
	padding-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	font-size:1rem;
	line-height: 22px;
	line-height:1.375rem;
	color:#575756;
}

ul.aufzaehlung ul{
	list-style-position: outside;
	list-style:square;
	padding-left:40px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	font-size:1rem;
	line-height: 22px;
	line-height:1.375rem;
	color:#575756;
}

ul.aufzaehlung-white{
	list-style-position: outside;
	padding-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	font-size:1rem;
	line-height: 22px;
	line-height:1.375rem;
	color:#fff;
}

iframe.map {
	margin-bottom:64px;
	margin-bottom:4rem;
}


/* Media Queries * * * * * * * * */


@media screen and (max-width:500px) {
	
html{
	font-size:80%; /*Browserstandard: 16px*/
}

img{
	max-width:75%;
}

img.logo{
	max-width:60%;
}

/*Teaser Start*/

h1#start-h{
	font-size: 24px;
	font-size:1.5rem;
	line-height: 32px;
	line-height:2rem;
	padding-left:2%;
}

img.notebook {
	max-width:100%
}

/*Teaser Start*/

h1#start-h{
	font-size: 16px;
	font-size:1rem;
	line-height: 24px;
	line-height:1.500rem;
	padding-left:2%;
	text-align:center;
}

img.notebook {
	max-width:100%
}

h2.recht{
	padding-top:32px;
	padding-top:2rem;
	margin-bottom: 32px;
	margin-bottom:2rem;
}

/*Hauptvani*/

#mobile-menu-btn{
	float: right;
	display:block;
	color:#2084c7;
	font-size:30px;
	font-size:1.875rem;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	padding:8px 16px;
 	padding: 0.5rem 1rem;
}

#main-nav{
	float:none;
	display:none;
	margin-top: 32px;
	margin-top: 2rem;
	margin-bottom:64px;
	margin-bottom:4rem;
}

#main-nav ul li {
	display:block;
	float:none;
	margin: 0;
}

#main-nav  ul li a{
	display:block;
	background:#575756;
	color:#fff;
	margin:0;
	padding:16px;
	padding:1rem;
	font-size: 20px;
	font-size: 1.250rem;
	border-bottom:1px solid #e4e5e5;
}
	
#main-nav  a:hover{
	color:#ef7d00;
	background: #e4e5e5;
}

/*Hautnavi Ende*/

/* Drop-Down Navigation */
ul#navigation ul{
	display:none;
}	

/* Metanavigation */
nav#metanavi{
	text-align:center;
}

nav#metanavi li{
	padding: 8px;
	padding: 0.5rem;
	font-size:16px;
	font-size: 1rem;
}

nav#metanavi a{
	padding: 8px 32px;
	padding: 0.5rem 2rem; 
}

.col_1 {
	width:100%;
	margin: 40px 0;
	margin: 2.5rem 0;
}

.col_1_start {
	width:100%;
	margin-top: 80px;
	margin-top: 5rem;
	margin-bottom: 60px;
	margin-bottom: 3.750rem;
	text-align:center;
}

.col_1_2 {
	width:100%;
	margin-top: 16px;
	margin-top: 1rem;
}

.col_1_2_teaser {
	width:100%;
	text-align:center;
	padding-top: 2rem;
	padding-bottom:2rem;
}

.col_1_2_footer {
	width:100%;
	text-align:center;
	float:none;
	padding-bottom:20px;
	padding-bottom:1.250rem;
}

.col_1_3 {
	width:100%;
	margin-top:40px;
	margin-top: 2rem;
}

.col_2_3 {
	width:100%;
	margin-bottom:40px;
	margin-bottom: 2rem;
}

.col_1_3_footer {
	width:100%;
	float:none;
	text-align:center;
}

.col_2_3_footer {
	width:100%;
	float:none;
	text-align:center;
}

.col_2_3_start {
	width:100%;
	text-align:center;
	margin-top: 2%;
	padding-top: 16px;
	padding-top: 1rem;
	padding-bottom: 32px;
	padding-bottom: 2rem;
}

img.img-footer{
	display:none;
}

img.mann_felsen{
	display:none;
}

img.teaser-bild{
	display:block;
	margin: 0.5rem auto 0;
}

img.referenz{
	float:left;
	max-width:20%;
	height:auto;
	margin-bottom: 16px;
	margin-bottom:1rem;
}

.right{
	text-align:center;
}

.button {
	width:80%;
	margin: 7% 10% 3%;
	height:290px;
	height:18.125rem;
}

.button_start{
	width:90%;
	margin: 3% 5%;
	height: 280px;
}

blockquote:after {
	display:none;
}	
}

@media screen and (min-width:500px) and (max-width:750px) {
	
html{
	font-size:100%; /*Browserstandard: 16px*/
}

img{
	max-width:80%;
}

img.logo{
	max-width:80%;
}

/*Teaser Start*/

h1#start-h{
	font-size: 24px;
	font-size:1.5rem;
	line-height: 32px;
	line-height:2rem;
	padding-left:2%;
}

img.notebook {
	max-width:100%
}

/*Teaser Start*/

h1#start-h{
	font-size: 16px;
	font-size:1rem;
	line-height: 24px;
	line-height:1.500rem;
	padding-left:2%;
	text-align:center;
}

img.notebook {
	max-width:100%
}

h2.recht{
	padding-top:32px;
	padding-top:2rem;
	margin-bottom: 32px;
	margin-bottom:2rem;
}

/*Hauptvani*/

#mobile-menu-btn{
	float: right;
	display:block;
	color:#2084c7;
	font-size:30px;
	font-size:1.875rem;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	padding:8px 16px;
 	padding: 0.5rem 1rem;
}

#main-nav{
	float:none;
	display:none;
	margin-top: 32px;
	margin-top: 2rem;
	margin-bottom:64px;
	margin-bottom:4rem;
}

#main-nav ul li {
	display:block;
	float:none;
	margin: 0;
}

#main-nav  ul li a{
	display:block;
	background:#575756;
	color:#fff;
	margin:0;
	padding:16px;
	padding:1rem;
	font-size: 20px;
	font-size: 1.250rem;
	border-bottom:1px solid #e4e5e5;
}
	
#main-nav  a:hover{
	color:#ef7d00;
	background: #e4e5e5;
}

/*Hautnavi Ende*/

/* Drop-Down Navigation */
ul#navigation ul{
	display:none;
}	

/* Metanavigation */
nav#metanavi{
	text-align:center;
}

nav#metanavi li{
	padding: 8px;
	padding: 0.5rem;
	font-size:16px;
	font-size: 1rem;
}

nav#metanavi a{
	padding: 8px 32px;
	padding: 0.5rem 2rem; 
}

.col_1 {
	width:100%;
	margin: 40px 0;
	margin: 2.5rem 0;
}

.col_1_start {
	width:100%;
	margin-top: 80px;
	margin-top: 5rem;
	margin-bottom: 60px;
	margin-bottom: 3.750rem;
	text-align:center;
}

.col_1_2 {
	width:100%;
	margin-top: 16px;
	margin-top: 1rem;
}

.col_1_2_teaser {
	width:100%;
	text-align:center;
	padding-top: 2rem;
	padding-bottom:2rem;
}

.col_1_2_footer {
	width:100%;
	text-align:center;
	float:none;
	padding-bottom:20px;
	padding-bottom:1.250rem;
}

.col_1_3 {
	width:100%;
	margin-top:40px;
	margin-top: 2rem;
}

.col_2_3 {
	width:100%;
	margin-bottom:40px;
	margin-bottom: 2rem;
}

.col_1_3_footer {
	width:100%;
	float:none;
	text-align:center;
}

.col_2_3_footer {
	width:100%;
	float:none;
	text-align:center;
}

.col_2_3_start {
	width:100%;
	text-align:center;
	margin-top: 2%;
	padding-top: 16px;
	padding-top: 1rem;
	padding-bottom: 32px;
	padding-bottom: 2rem;
}

img.img-footer{
	display:none;
}

img.mann_felsen{
	display:none;
}

img.teaser-bild{
	display:block;
	margin: 0.5rem auto 0;
}

img.referenz{
	float:left;
	max-width:20%;
	height:auto;
	margin-bottom: 16px;
	margin-bottom:1rem;
}

.right{
	text-align:center;
}

.button {
	width:80%;
	margin: 7% 10% 3%;
	height:290px;
	height:18.125rem;
}

.button_start{
	width:90%;
	margin: 3% 5%;
	height: 300px;
}

blockquote:after {
	display:none;
}	
}

@media screen and (min-width:750px) and (max-width:1000px) {


.wrapper{
	max-width:780px;
}

#wrapper{
	max-width:780px;
}

nav#metanavi li{
	display: inline;
}

h1#start-h{
	font-family: Syncopate, Arial, sans-serif;
	font-weight: 400;	
	font-size: 25px;
	font-size:1.563rem;
	line-height: 32px;
	line-height:2.000rem;
	color:#fff;
	text-transform:none;
	text-align:left;
}

.col_2_3_start {
	width:100%;
	text-align:center;
	margin-top: 5%;
}

.col_1_3_img {
	width:100%;
	text-align:center;
	margin-top: 2%;
}

img.mann_felsen {
	max-width:70%;
}

img.teaser-bild{
	display:block;
	margin: 1rem auto 0;
}

.right {
	text-align:right;
}
.button {
	height:280px;
	height:17.500rem;
}

}


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

#main-nav {
    float: right;
}

nav#metanavi li{
	display: inline;
}

.right {
	text-align:right;
}
}
