/**/
/* roboto-300 - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/inc/fonts/roboto-v18/300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('/inc/fonts/roboto-v18/300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/inc/fonts/roboto-v18/300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/inc/fonts/roboto-v18/300.woff') format('woff'), /* Modern Browsers */
       url('/inc/fonts/roboto-v18/300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/inc/fonts/roboto-v18/300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/inc/fonts/roboto-v18/regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('/inc/fonts/roboto-v18/regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/inc/fonts/roboto-v18/regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/inc/fonts/roboto-v18/regular.woff') format('woff'), /* Modern Browsers */
       url('/inc/fonts/roboto-v18/regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/inc/fonts/roboto-v18/regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/inc/fonts/roboto-v18/500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('/inc/fonts/roboto-v18/500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/inc/fonts/roboto-v18/500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/inc/fonts/roboto-v18/500.woff') format('woff'), /* Modern Browsers */
       url('/inc/fonts/roboto-v18/500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/inc/fonts/roboto-v18/500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/inc/fonts/roboto-v18/700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('/inc/fonts/roboto-v18/700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/inc/fonts/roboto-v18/700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/inc/fonts/roboto-v18/700.woff') format('woff'), /* Modern Browsers */
       url('/inc/fonts/roboto-v18/700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/inc/fonts/roboto-v18/700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/**/
a:focus {
    outline: none;
    border: none;
}
html, body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body {
    position: relative;
}
h1 {
    text-align: center;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 25px;
}
.loginbox {
    position: absolute;
    right: 50px;
    top: 300px;

}
.formbox {
    color: rgba(255,255,255,1.00);
    background-color: rgba(37,37,37,0.9);
    padding-top: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
}
.navbar-brand {
    padding: 0;
}
.labelhead {
    font-size: 24px;
    font-weight: 300;
    color: rgb(255, 255, 255);
}
.right {
    float: right;
}
svg.right {
    position: absolute;
    right: 15px;
    top: 5px;
    text-align: right;
}
div.right, div.reg {
    width: 50%;
}
div.reg a{
    line-height: 40px;
    display: block;
    transition: all 0.2s linear;
}

.loginbox button{
    cursor: pointer;
    transition: all 0.2s linear;
}
.loginbox button:hover{
    opacity: 0.8;
}
.loginbox form div {
    position: relative;
}
.forgotten {
    text-align: right;
    font-size: 12px;
    margin-right: 10px;
}
.logged {
    text-align: center;
    line-height: 250%;
}
footer a {
    color: #fff;
    border: none;
}
footer a:hover {
    text-decoration: none;
    color: #b2b2b2;
}
#kontaktform button[type="submit"] {
    margin: 25px;
}
.form-control,.custom-select {
    color: #0069D9;
}
.select2-container--default .select2-selection--single{
    color: #0069D9;
    border: 1px solid #ced4da;
	line-height: 1.5;
    height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
    font-size: 1rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #0069D9;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    line-height: calc(1.5em + .75rem + 2px);
    height: calc(1.5em + .75rem + 2px);
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    width: 10px;    
}
.select2-dropdown {
    border: 1px solid #ced4da;
    background: #f4f4f4;
}
.select2-container *:focus ,.form-control:focus,.custom-select:focus {
    background-color: #f2f8ff;
    color:#000;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.select2-results__option[aria-disabled=true],
    .select2-results__option[disabled],
		.select2-result.select2-result-unselectable.select2-disabled,
.select2-container--default .select2-results__option[aria-disabled=true]{
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
::placeholder{
    color: gray;
}
/* Fehler bei required html5 hinweis*/
.form-control.select2-hidden-accessible,
.custom-control.select2-hidden-accessible,
.custom-select.select2-hidden-accessible,
.form-select.select2-hidden-accessible{
    top: 65px;
	left:50%;
}

.custom-select.w-100,.select2.w-100{ width: 100% !important;}
.alert-success , .alert-danger, .alert-info , .alert-primary , .alert-warning{
	z-index: 25;
	padding: 5px;
	margin:auto;
	text-align:center;
}
#kontakt .alert-success , #kontakt .alert-danger, #kontakt .alert-info , #kontakt .alert-primary , #kontakt .alert-warning{
		width: 600px;
}

.loginbox div #login, .loginbox  div #passwort {
    position: absolute;
}
label.pop {
    position: absolute;
    top: 0px;
    left: 33px;
    width: 150px;
}

.form-control,.custom-select {
    color: #0069D9;
}
#loginform input[type="email"], #loginform input[type="text"], #loginform input[type="password"] {
	position: absolute;
	left:29px;
}
#loginform {
	width:303px;
	margin:auto;
}
#loginform button[type="submit"] {
    border-width: 1px;
    border-color: rgb(102, 102, 102);
    border-style: solid;
    border-radius: 5px;
    background-color: rgba(34, 34, 34, 0.3);
    width: 150px;
    height: 40px;
    color: #fff;
}
#loginform input[type="email"], #loginform input[type="text"], #loginform input[type="password"] {

    border-width: 1px;
    border-color: rgb(102, 102, 102);
    border-style: solid;
    background-color: rgba(34, 34, 34, 0.3);
    width: 267px;
    height: 33px;
    color: #fff;
}
/*#kontaktform  input[type="email"], #kontaktform  input[type="text"]{

    border-width: 1px;
    border-color: rgb(102, 102, 102);
    border-style: solid;
    width: 267px;
    height: 33px;
    color: #fff;
}*/
/*.loginbox input:focus + label.pop,.loginbox input:not(:placeholder-shown) + label.pop {*/
.loginbox input:focus + label.pop {
    position: absolute;
    font-size: 12px;
    transition: all 0.2s linear;
    top:-18px;
    left:29px;
    width:267px;
    color:#fff;
    line-height: 12px;
}

.loginbox input:not(:placeholder-shown) + label.pop {
    position: absolute;
    font-size: 12px;
    transition: all 0.2s linear;
    top:-18px;
    left:29px;
    width:267px;
    color:#fff;
    line-height: 12px;
}
/*
.loginbox input:-ms-input-placeholder:not(:focus) + label.pop {
    position: absolute;
    font-size: 12px;
    transition: all 0.2s linear;
    top:-18px;
    left:29px;
    width:267px;
    color:#fff;
    line-height: 12px;
}*/


/*input:focus {
    color: rgba(255,255,255,1.00);
}*/


#registerform .labelhead {
    margin: 15px 0 0 0;
}
#registerform .labelhead:first-of-type {
    margin: 0 0 15px 0;
}
#registerform .likeInputText {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
}

.loginput .eye{
    float: right;
    display: block;
    position: absolute;
    right: 15px;
    z-index: 300;
    cursor: pointer;
}
div.loginput {
    position: relative;
    height: 35px;
    line-height: 33px;
    margin-top: 25px;
    margin-bottom: 9px;
}
.navbarown {
    height: 67px;
    left: 215px;
    background-color: #f6f6f6;
}
header {
    height: 100%;
    min-height: 950px;
    background-image: url(../img/head.jpg);
    color: #FFFFFF;
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    overflow: hidden;
}
header.smallheader{
    min-height: 300px !important;
    height: auto;
}
header .nav-link{
    color: #333 !important;
}
.container-fluid:nth-of-type(2n) {
    background-color: rgba(0,0,0,0.05);
}
.price {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    padding: 15px;
}
th {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
}
.table td {
    padding: 15px;
    background-color: #fff;
}
.test {
    border: 1px solid darkorange;
    background-color: orange;
}
.round {
    border-radius: 50%;
    margin-bottom: 25px;
}
h1.info1 {
    color: rgba(255,255,255,1.00);
    background-color: rgba(34, 34, 34, 0.9);
    padding: 35px;
    position: absolute;
    left: 50px;
    top: 150px;
    text-transform: uppercase;
    font-size: 30px;
}
ul.info2 {
    color: rgba(255,255,255,1.00);
    background-color: rgba(34, 34, 34, 0.9);
    padding: 35px;
    padding-left: 50px;
    position: absolute;
    left: 50px;
    top: 300px;
    list-style: none;
}
ul.info2 > li{
    font-weight: 300;
    font-size: 24px;
    
}

/*ul.info2 > li:before {    
    font-family: 'Font Awesome 5 Free';
    content: '\f2f7';
    margin:0 10px 0 -15px;
    color: #fff;
}*/
.piktos {
    border-radius: 5px;
    margin: 5px 5px 30px 5px;
    color: rgba(255,255,255,1.00);
    background-color: #575757;
    background-color: rgba(34, 34, 34, 0.9);
    /*background-color: #AA191E;*/
    text-align: center;
    padding: 25px 15px 25px 15px;
}
.piktos p {
    margin-bottom: 0;
}
.piktos a:focus {
    border: none;
    outline: none;
}

/* SVG Formatierung: Hintergrund=st0, Schild+WAFFENBUCH=st1, n=st3, w=st4, r=st5*/
.st0{fill:#F6F6F6;}
.st1{fill:#575757;}
.st3{fill:#1D1D1B;}
.st4{fill:#AA191E;}
.st5{fill:#DBCD00;}

.logo {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 300;
    width: 215px;
    height: 122px;
    transition: all 0.5s linear;
}
.logoklein {
    height: 67px;
    width: 118px;
    transition: all 0.5s linear;
}
.logoklein .st0{
    fill: none;
}
.navbar-nav {
    position: absolute;
    right: 5px;
}
.info {
    position: absolute;
    top: 10px;
    right: 24px;
}
footer div {
    background-color: rgba(34, 34, 34, 1.0);
    color: #FFFFFF;
    list-style-type: none;
    height: 80px;
    padding-top: 10px;
}
header div {
    background-color: rgba(246,246,246,1.0);
    height: 67px;
    position: fixed;
    z-index: 300;
    transition: all 0.5s linear;
}
footer div ul, header div ul li, header div ul a {
    list-style-type: none;
    font-weight: 500;
}
header a {
    color: #000;
}
header a:hover {
    color: #575757;
}
header div ul {
    position: fixed;
    right: 50px;
    top: 12px;
    display: none;
}
footer div ul li {
    width: 20%;
    float: left;
    text-align: center;
}
header div ul li {
    float: left;
    text-align: center;
}
svg.menubutt {
    box-sizing: content-box;
    color: #575757;
    border: 3px solid #575757;
    border-radius: 5px;
    padding: 6px 10px 6px 10px;
    position: fixed;
    top: 8px;
    right: 50px;
    z-index: 300;
    display: block;
    cursor: pointer;
}

.navi a {
    color: #b2b2b2;
}

.navi a:hover {
    background-color: #575757;
    color: #f6f6f6;
    transition: all 0.5s linear;
}
.half {
    background-color: rgba(246,246,246,0.95);
    transition: all 0.5s linear;
}
.formborder {
    border: 1px solid #CDCDCD;
    padding: 25px;
}
h4 {
    margin: 25px 0 25px 0;
}
hr {
    border-color: #b2b2b2;
}
.fa-2x {
    font-size: 150%;
}
#kontaktform {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.navi {
    width: 40%;
    min-width: 500px;
    height: 100%;
    min-height: 400px;
    background-color: rgba(34, 34, 34, 1);
    position: fixed;
    left: -1600px;
    top: 0;
    padding: 50px;
    z-index: 1400;
    list-style-type: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 250%;
    transition: all 1.0s linear;
    display: block;
}
.navopen {
    position: fixed;
    left: 0;
    top: 0;
    transition: all 1.0s linear;
    display: block;
}
header .container .row span{
	text-align: right;
    width: 100%;
}
/* NESTED */
ol.nested{
    padding-left: 20px;
}
ol.nested,ol.nested ol:not([type]){ counter-reset: item }
ol.nested > li{
    margin-top: 20px;
    counter-increment: item;
}
ol.nested h3{
    display: inline-block;
    font-size: 18px;
}

ol.nested ol:not([type]) > li { display: block }
ol.nested ol:not([type]) > li:before { 
    content: counters(item, ".") " "; 
    counter-increment: item; 
    margin-left: -27px;
}
ol.nested ol  ul  { 
    list-style: disc;
}
@media (max-width:903px) {
	ul.info2 {
        top: 600px;
        left:25px;
        right:25px;
	}
	h1.info1 {
		left:25px;
		right:25px;
		top:100px;
		font-size: 20px;
	}
	div.loginbox {
		left:25px;
		right:25px;
	top:250px;		
	}

}
@media (max-width:1199px) {
	header div ul {
		display: none;
	}

	header div ul li {
		clear: both;
		z-index: 1400;
	}
	.close {
		box-sizing: content-box;
		color: #b2b2b2;
		border: 3px solid #b2b2b2;
		border-radius: 5px;
		padding: 6px 10px 6px 10px;
		cursor: pointer;
	}
	header {
		background-attachment: scroll;
        height:  950px;
        background-image: url(../img/head.jpg);
        color: #FFFFFF;

        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        overflow: hidden;		
	}
}

@media (min-width:1200px) {
	#kontaktform {
		width: 600px;
	}
	svg.menubutt {
		display: none;
	}
	header div ul {
		display: block;
	}
}
