.noprint {
	display : none;
}

.nodisplay {
	font-size : 10pt;
}

*.* {
	color : #000000;
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
}


/* CSS Carsten Zerbe http://www.law2web.de */

/* Einbindung Fonts */

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDujMR6WR.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDuHMR6WR.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDunMR6WR.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDubMR6WR.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDurMR6WR.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDuvMR6WR.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDuXMRw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Grundeinstellungen */

p { 
	font : 12px arial, helvetica, sans-serif; 
	margin-top : 0px; 
	text-align : left;
}

a:link { 
	text-decoration : none; 
}

a:visited { 
	text-decoration : none; 
}

a:hover, a:active { 
	text-decoration : none; 
}



* {
    box-sizing: border-box;
}

body {
  margin: 0;
}

/* Style the header */
.header {
    background-color: #f1f1f1;
    padding: 20px;
    margin:0px auto;
	text-align: center;
	background-image : url(grafiken/back_top_logo_04.jpg);
	background-repeat : no-repeat;
	background-position : center;
	background-position : bottom;
	background-color : #134381;
	height : 100%;
	display : none;
}

.logo {
	position: absolute;
	width: 642px;
	height: 83px;
	top: 50%;
	left: 50%;
	margin-top: -41px;
	margin-left: -321px;
		
}

.logo_unterschrift {
	width: 642px;
	font-family:'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-size : 24pt;
	color:black;
	padding:40px 0px 0px 0px;
	border:0px solid red;
	text-align:center;
}


.columnwhite {
    padding: 20px 20px;
    /* margin:10px 20%; */
	text-align: center;
	background-color : white;
	min-height : 100%;
	border : 0px solid green;
}

.columnblue {
    padding: 20px 20px;
    /* margin:10px 20%; */
	text-align: center;
	background-color : #0A3782;
	min-height : 100%;
	border : 0px solid green;
}


/* Create three unequal columns that floats next to each other */
.column {
    float: left;
    padding: 10px;
}

/* Left and right column */
.column.side {
    width: 25%;
}

/* Middle column */
.column.middle {
    width: 50%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .column.side, .column.middle, .columnblue, .columwhite {
        width: 100%;
    }
}

ul.navi {
	list-style-type: none;
    margin: 0;
    padding: 0px 0px 0px 20%;
    overflow: hidden;
    background-color: #333;
    position: fixed;
    bottom: 0;
    width: 100%;
	border-top : 1px solid gray;
	display : none;
}

li.navi {
    float: left;
}

li a.navi {
    display: block;
    color: white;
    text-align: center;
    padding : 12px 16px 12px 16px;
    text-decoration: none;
	border-left : 1px solid gray;
	font-family : 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-size : 14pt;
}

li a.navi:hover {
    background-color: #111;
}


/* Style the footer */
.footer {
    background-color: #f1f1f1;
    padding: 10px;
    text-align: center;
}



H1 {
	font-family : Palatino, Georgia, Times New Roman, Times, Arial, Helvetica, sans-serif;
	color : black;
	background-color : transparent;
	padding-top : 0px;
	font-size : 14pt;
	font-weight : normal;
	line-height : 150%;
	text-align : left;
	padding : 10px 0px 0px 0px;
}

H2, H3, H4 {
	font-family : Palatino, Georgia, Times New Roman, Times, Arial, Helvetica, sans-serif;
	color : black;
	background-color : transparent;
	font-size : 12pt;
	padding-top : 20px;
	font-weight : normal;
	line-height : 150%;
	text-align : left;
	padding : 10px 0px 0px 0px;
}


p {
	font-family : Palatino, Georgia, Times New Roman, Times, Arial, Helvetica, sans-serif;
	color : black;
	background-color : transparent;
	font-size : 11pt;
	font-weight : normal;
	line-height : 150%;
	text-align : justify;
	padding : 10px 0px 10px 0px;
}


LI {
	font-family : Palatino, Georgia, Times New Roman, Times, Arial, Helvetica, sans-serif;
	color : black;
	font-size : 11pt;
	font-weight : normal;
	line-height : 135%;
	text-align : left;
	list-style-type : none;
	list-style-image : url(grafiken/li_01.gif);
}

A {
	font-family : Palatino, Georgia, Times New Roman, Times, Arial, Helvetica, sans-serif;
	color : black;
	background-color : transparent;
	text-decoration : underline;
}

A:HOVER {
	font-family : Palatino, Georgia, Times New Roman, Times, Arial, Helvetica, sans-serif;
	color : #04397f;
	background-color : transparent;
	text-decoration : none;
}

H1.white {
	font-family : Palatino, Georgia, Times New Roman, Times, Arial, Helvetica, sans-serif;
	color : black;
	background-color : transparent;
	padding-top : 0px;
	font-size : 14pt;
	font-weight : normal;
	line-height : 150%;
	text-align : left;
	padding : 10px 0px 0px 0px;
}

H2.white, H3.white, H4.white {
	font-family : Palatino, Georgia, Times New Roman, Times, Arial, Helvetica, sans-serif;
	color : black;
	background-color : transparent;
	font-size : 12pt;
	padding-top : 20px;
	font-weight : normal;
	line-height : 150%;
	text-align : left;
	padding : 10px 0px 0px 0px;
}


p.white {
	font-family : Palatino, Georgia, Times New Roman, Times, Arial, Helvetica, sans-serif;
	color : black;
	background-color : transparent;
	font-size : 12pt;
	font-weight : normal;
	line-height : 150%;
	text-align : justify;
	padding-top : 10px;
}


LI.white {
	font-family : Palatino, Georgia, Times New Roman, Times, Arial, Helvetica, sans-serif;
	color : black;
	font-size : 12pt;
	font-weight : normal;
	line-height : 135%;
	text-align : left;
	list-style-type : none;
	list-style-image : url(grafiken/li_01.gif);
}

A.white {
	font-family : Palatino, Georgia, Times New Roman, Times, Arial, Helvetica, sans-serif;
	color : black;
	background-color : transparent;
	text-decoration : underline;
}

A.white:HOVER {
	font-family : Palatino, Georgia, Times New Roman, Times, Arial, Helvetica, sans-serif;
	color : black;
	background-color : transparent;
	text-decoration : none;
}

#submenu {
	float : left;
	width : 100%;
	height : 30px;
	text-align : left;
	border-top : 0px solid silver;
	border-left : 0px solid silver;
	border-right : 0px solid gray;
	border-bottom : 0px solid gray;
	background-color : Transparent;
	color : white;
}

#subm {
	padding-left : 30px;
	padding-right : 5px;
	padding-top : 5px;
	padding-bottom : 35px;
	float : left;
	color : silver;
	background-color : transparent;
}

#subm a.sub {
	color : silver;
	background-color : transparent;
	padding-left : 10px;
	padding-top : 5px;
	padding-right : 10px;
}

#subm a.sub:HOVER {
	color : white;
	background-color : transparent;
	text-decoration : none;
}

#subm2 {
	padding-left : 0px;
	padding-right : 30px;
	padding-top : 5px;
	padding-bottom : 35px;
	float : right;
	color : silver;
	background-color : transparent;
}

#subm2 a.sub {
	color : silver;
	background-color : transparent;
	padding-left : 10px;
	padding-top : 5px;
	padding-right : 10px;
}

#subm2 a.sub:HOVER {
	/* color : #ff8040; */
	color : white;
	background-color : transparent;
	text-decoration : none;
}


*.l2wlogo {
	text-align : center;
	padding-top : 10px;
	padding-bottom : 20px;
}


*.nodisplay {
	display : none;
}


INPUT {
	font-size : 10pt;
	font-family : Palatino, Georgia, Times New Roman, Times, Arial, Helvetica, sans-serif;
	border:1px solid #04397f;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	padding-right : 200px;
	text-align : left;
	background-color : #f6f6f6;
}

SELECT {
	font-size : 10pt;
	font-family : Palatino, Georgia, Times New Roman, Times, Arial, Helvetica, sans-serif;
}

textarea {
	font-size : 10pt;
	font-family : Palatino, Georgia, Times New Roman, Times, Arial, Helvetica, sans-serif;
	border : 1px solid #04397f;
	border-left-width:0px;
	border-top-width:0px;
	border-right-width:0px;
	padding-right : 154px;
	text-align : left;
	vertical-align : top;
	background-color : #f6f6f6;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="textblock"] {
        width: 768px;
    }
	[class*="textblock2"] {
        width: 768px;
    }
	[class*="container"] {
        width: 768px;
    }
	[class*="container2"] {
        width: 768px;
    }
	[class*="haupttext"] {
        width: 768px;
    }

}

