/*
Theme Name: Siegl Theme 2026
Version: 1.0
Author: Daniel Reichinger
Author URI: https://www.designreich.at

*/


/* ubuntu-300 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/ubuntu-v11-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Light'), local('Ubuntu-Light'),
       url('fonts/ubuntu-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v11-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v11-latin-300.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/ubuntu-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'),
       url('fonts/ubuntu-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v11-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-500 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/ubuntu-v11-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Medium'), local('Ubuntu-Medium'),
       url('fonts/ubuntu-v11-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v11-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v11-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v11-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v11-latin-500.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-700 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/ubuntu-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'),
       url('fonts/ubuntu-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v11-latin-700.svg#Ubuntu') format('svg'); /* Legacy iOS */
}








/*Add your own styles here:*/

/* Mozilla based browsers */
::-moz-selection {
       background-color: #1b3a7b;
       color: #fff;
}

/* Works in Safari */
::selection {
       background-color: #1b3a7b;
       color: #fff;
}


html, body {
  height: 100%;
  margin: 0;
}




.row {

    margin: 0;
}



h1{
    
    font-size: 2.5em;
    color: #1b3a7b;
     font-family: 'Ubuntu', sans-serif;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 700;
}
.Name_Wirt_Vorschau {

    margin-top: 15px;
    margin-bottom: 30px;
font-family: 'Ubuntu', sans-serif;


}

h2{
    margin-top: 75px;
    margin-bottom: 30px;
font-family: 'Ubuntu', sans-serif;
    font-size: 2em;
    color: #1b3a7b;
        font-weight: 700;

}


h3 {

font-family: 'Ubuntu', sans-serif;
    font-size: 1.5em;
    color: #1b3a7b;
    font-weight: 700;
    margin-top: 50px;
}

h3, h4{
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 20px;
    font-weight: 600;

}

h4 {
    font-size: 1em;
    margin-bottom: 5px;
    font-weight: 300;
    color: #666666;
}

h5, h6 {
     font-family: 'Ubuntu', sans-serif;

}

h5 {
    font-size: 1.3em;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 400;
}

h6 {
    font-size: 1.4em;
    margin-bottom: 40px;
    font-weight: 400;
}


.container{
    width: auto;
/*     margin-top: 50px; */
   /*  margin-bottom: 70px; */
    overflow: hidden;
    padding-bottom: 50px;

}

.content {
    
    min-height: calc(100vh - 70px);

}


.profil, .panel-heading{

    text-align: left;
}



.titelbild{

    width: 100px;
    height: 500px;
    background-color: lime;

}
 



.navbar-collapse{
    
        float: right;

}

.bilder{
    width: 100%;
    margin-bottom: 30px;
}


.panel-heading{
    
    margin-bottom: 50px; 
}


p{

    font-family: 'Ubuntu', sans-serif;
    color: #5b5b5b;
}

a{

    color: #5b5b5b;
}

a:hover{

    color: #1b3a7b;
    text-decoration: none;
}

a.nav-link  {
    color: #1b3a7b !important;
    font-weight: 200;
}










.navbar-nav .nav-link {

    padding-right: 0;
    padding-left: 0;
    text-align: right;
}



.navbar-nav .nav-link a {

width: auto;
}






.active a {
/*    color: #1b3a7b !important; */
        color: lime;
    font-weight: 600;
    border-bottom: 5px solid #1b3a7b;
}

.nav-link{

}




.bg-primary {

    padding-bottom: 0;

}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #fff;

}

.nav-link.active.nav{

}

.nav-pills .nav-link {
    border-radius: 0;
}



.navbar {

    padding: 0;
    padding-right: 50px;
   /* width: 100%;*/

  display: flex;
  align-items: flex-end;
}

.navbar .navbar-inner .nav {

}

.justify-content-center{

    text-align: center;

}


#navbar {
    /*background-color: #f8f9fa !important;*/


    position: fixed;

    z-index: 2000;
    width: 100%;

}

.navbar-toggler {
    padding: .75rem .75rem;
    font-size: 1.25rem;
    border-radius: 0.1em;
float: none;
    margin-right: 20px;


}

.navbar-collapse{

}

.collapse.show {
    display: inline-block;
}

.navbar-toggler-icon{

        color: white !important;

}



.navbar{

    background: rgba(255, 255, 255, 0.95);
    padding: 15px;
}

.trennlinie{

    margin: 0 0;
}





/* Miettrafos */

.Trafo_container{


    padding: 0.5rem 2rem 0.5rem 0.5rem;
    position: relative;
    width: 100%;
}


.miettrafo{
    position: relative;
    margin-bottom: 1rem;
    /* clear: both; */
    /* margin-top: 50px; */
    background-color: #ededed;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.miettrafo img{
    width: 100%; 
    height: auto;
    anchor-name: img;
}

.miettrafo p{

    font-size: 0.9em;
    margin: 0;
}



.miettrafo hr{

    margin: 0 -10px;
}

.status{
    position: absolute;
    top: 6px; 
    right: 6px; 
}

.gruen, .rot{
    width: 16px;
    height: 16px;
    /* float: left; */
    /* margin: 0 8px 0 0; */
    padding: 0;
    border-radius: 50%;
    /* margin-left: -24px; */

}

.gruen{
    background: linear-gradient(-50deg, green, lime);
}

.rot{

   background: linear-gradient(-50deg, red, purple);
}


.Trafo_HD{
    font-size: 1.1em;
    margin-bottom: 0px;

}

.Trafo_content{
    font-size: 0.9em;

}

.wrapper{
    display: flex; 
    flex-direction: row;
    align-content: stretch;
    justify-content: stretch;
    width: 100%;
    gap: 0.5rem;
    /* clear: both; */
    padding: 0 0.5rem 0.5rem 0.5rem;
    flex-wrap: wrap;
}

.Trafo_Feld{
    text-align: center;
    padding: 5px 20px;
    background: #fff;
    flex-grow: 3;

}


.eigenschaften {
    text-align: left !important;
}


.fett, .light{

    font-size: 0.8em;
}

.fett{
    font-weight: 600;
}

.light{

    font-weight: 100;
}

.strichal{
    margin: 0 10px;
    color: #1b3a7b;
    font-size: 1.6em;
    font-weight: 100;
    padding-top: 5px;
}


.ansprechpartner{
    margin: 30px 0;

    clear: both;

}


.anspr_daten{


    text-align: left;
    padding: 3px 10px;
    margin: 0 5px 5px 0;
    background: #fff;
    float: left;

}

.kontakt_icons{

    padding-right: 10px;
}

.anrede{
    font-weight: 300 !important;
}





/* Global Styles */




/* Maps */



#map {
    width: 100%;
    height: 350px;
}


.map-icon-label .map-icon {
	font-size: 24px;
	color: #ffdd00;
	line-height: 48px;
	text-align: center;
	white-space: nowrap;
}



#show-map{
    width: 100%;
    height: 100%;
    border: none;
    background: #ededed;
    color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px;
    font-size: 2em;
    cursor: zoom-in;
}


/* // Maps */







#top:hover {
  background-color: #555;
}




.fullscreen {


    background-size: cover;
      margin: 0 auto;
  width: 100%;
    height: 300px;
}


.bild{


        margin: 0 auto;
        width: 100%;
        height: 100vh;
}

.bild2{


        margin: 0 auto;
        width: 100%;
        height: 50vh;
}


.bild_50{


        margin: 0 auto;
        width: 100%;
        height: 50vh;
}


.jumbotron{

    border-radius: 0;
}


.text_links{

    text-align: left;
}


.social-icons img{

    float: left;
    width: 30px;
    height: 30px;
    margin: 5px;
    border-radius: 2px;

}

.social-icons {
    margin-top: 5px;
}

.social-icons img:hover {
    border: 1px solid white;

}



#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}






.my_panel > .panel-body {
  padding: 0px;
}
.my_panel > .panel-body > img {
  width: 100%;
  height: 100%;
}
.my_panel > .panel-footer {
  text-align: center;
}

.outta{

    overflow: hidden;
}



.head_content{

    text-align: left;
    margin-bottom: 50px;
}

.hintergrund{
    background-color: #ededed;
    min-height: 60vh;
    width: 100%;
}

.angebote_HD{

    text-transform: uppercase;
    margin-top: -0.95em;
    font-size:2.5vw;
}

.foto {
    position: relative;
    z-index: 1000;
    height: 50vh;
    margin-top: -15vh;
}


.btn-group{
    margin: 50px 0;
}


            .test-hintergrund{
                background: linear-gradient(white, white, grey);
                min-height: 50vh;
                width: 100%;
                padding: 0px 0 50px 0;

            }

            .test-angebote_HD{

                text-transform: uppercase;
                font-size:2.5vw;
            }

            .test-foto {
                position: relative;
                display: block;
                z-index: 2000;
                height: 80vh;
            }

            .test-text{

                position: relative;

            }




.carousel-control-prev, .carousel-control-next{
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    color: #1b3a7b !important;
    text-align: center;
    opacity: 1;
}



.download_link{

  border: 2px solid #1b3a7b;
  margin: 20px;
  float: left;
  padding: 10px;

}


.download_link:hover{
  background-color: #ededed;

}

.download_bild{




}

.download_text{

margin-right: 10px;
color: #1b3a7b;
padding: 10px;

}


#return-to-top{
    
    z-index: 100000000000 !important;
}

/* Dekoartikel */

.dekoartikel{
    
    margin: 30px 0;
}


.img-fit{
    object-fit: contain;
	width:100%;
	height:100%
}


.frame {
    height: 100%;      /* equals max image height */
    white-space: nowrap;
    text-align: center; 
    margin: 0;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

img {
    vertical-align: middle;
    max-height: 300px;
    max-width: 100%;
}







/* Filter */

.filterDiv {
  display: none;
}

.show {
  display: block;
}



/* Style the buttons */


.btn-group{
    overflow: hidden;
}

/* .active {
  background-color: #666;
  color: white;
} */

/* / Filter */






.links{

    background-color: white !important;
}

.links .angebote_HD{

    color: white;
}

.rechts{

    background-color: #999999 !important;
}

.rechts .angebote_HD{

    color: #999999;
}


.eigenschaften{
font-weight: 100;}



.rechts .eigenschaften{
    background: white;
}

.links .eigenschaften{
    background: #999999;
    color: white;
}


.panel_hintergrund{

    height: 40vh;
    margin: 0;
    padding: 0;

	transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
}

.panel_hintergrund:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.1, SizingMethod='auto expand'); /* IE6 and 7 */
}




.panel_textblock{

    padding: 15px 30px;
    position: absolute;
    bottom: 0;

   background: rgba(0, 102, 51, 0.7);
    color: white;
    min-height: 160px;
    width: 100%;
    padding: auto;


}



.panel_textblock p{
    color: #fff;
    font-size: 0.8em;
    font-weight: 100;


}

.panel_textblock h4{

    font-size: 1.8em;
    line-height: 1.0em;

}

.kontaktform{

    background-color: antiquewhite;


}

.kontaktform span{

    color: #1b3a7b;
}



.footer{
    width: 100%;
    background-color: #1b3a7b;
    position: relative;
    bottom: 0;
    padding: 0 30px;

}

.footer_wrapper{
    
    background: lime;
}

.footer_liste{
    padding-top: 0px;
    list-style: none;
    float: right;
}



.footer_liste ul{
    
    background: lime;
}

.footer_liste li {
    margin-bottom: 20px;
    margin-top: 10px;
        float: left;

}

.footer_liste li a {

    color: white !important;
    text-decoration: none;
    font-size: 0.85em;
    text-transform: uppercase;
}

.footer_liste li a:hover {
    padding-top: 8px;
    border-bottom: 5px solid white;

}

.spacer{
    display: block;
    width: 100%;
    height: 80px;
}

.icon{

    width: 20px;
    height: 20px;
    margin: 0 10px 5px 20px;
}

.inforeihe{
    color: #5b5b5b;
    margin-bottom: 15px;
}

.infoicons{

    margin-bottom: 50px;
}



.info_oz{


}



.route_input{

    border: 2px solid #1b3a7b;
    margin: 10px 0;


}


.routenplaner{

    width: 100%;
    padding: 15px;
    padding-bottom: 50px;
    background-color: #666666;
}



.navbar .dropdown-menu li {
    width: 100%;
    margin-left: 0 !important;
}



.routenplaner h4{
    color: white;
    font-size: 2em;
    margin-top: 30px;
}

.karte_aufrufen {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    background-color: #1b3a7b;
    border: 0;

}

.karte_aufrufen:hover{

    background: #13295b;
}

.route_form input{
    border-radius: 0;
    width: 100%;

}

.route_input {
    margin: 0 !important;
}

form{
	width: 100%;
	margin-bottom: 30px;
    margin: 0;


}

	form p{
}

#kontaktform input, select, checkbox, textarea{
	float: right;
}





#form_kommentar {margin-top: 10px; width: 500px; height: 150px;}


.inputbox {

    margin: 10px 30px;
    border-radius: 0;
}

.form-control-lg{

    border: 0;

}

.startadresse{

    color: white;
}

#senden {
	margin-top: 10px;
	border: 0;
	padding: 10px 10px;
	background-color: #960e36;
	color: #f8eec4;
	display:block;
}

.btn {

    border-radius: 0;
}

.btn-outline-primary {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
}

.btn-outline-primary:hover {
    color: #1b3a7b;
    background-color: #fff;
    border-color: #fff;
}








.terminebox{

    margin-bottom: 50px;
}

.event{border-color:#1b3a7b;}

#evcal_list{border: 0 !important; border-radius: 0 !important; margin-bottom: 10px !important;}

.evcal_list_a{border-color: #1b3a7b !important;}

.evcal_month_line{display: none !important;}

.evo_lightboxes{

    display: none;
}



.error {
    color: #9c0b00;
}

.success {
    color: #1b3a7b;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}



#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {

	padding:25px;
	margin: 0;
}

#contact h3 {
	color: #1b3a7b;
	display: block;
	font-size: 30px;
	font-weight: 400;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#fff;
    border: 2px solid #1b3a7b;
	color:#1b3a7b;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#contact button[type="submit"]:hover {
	background:#1b3a7b;
    color: white;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}




@include media-breakpoint-down(xs) {
    .container {
        margin-left: 0;
        margin-right: 0;
    }
}




















/*---Standar Hamburger Menu (3 separate elements)---*/

.navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler:hover {
  background: transparent !important;
}

.navbar-toggler .icon-bar {
  height: 2px;
  width: 22px;
  border-radius: 1px;
  display: block;
  background-color: #B6B6B6;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler .icon-bar+.icon-bar {
  margin-top: 4px;
}


/*---Animation menu (create X)---*/

.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: translateX(3px) rotate(45deg);
  /* Safari 3-8 & Chrome 4-35 & Opera 15-22 */
  -ms-transform: translateX(3px) rotate(45deg);
  /* IE 9 */
  -moz-transform: translateX(3px) rotate(45deg);
  /* Firefox 3-15 */
  -o-transform: translateX(3px) rotate(45deg);
  /* Opera 10-14 */
  transform: translateX(3px) rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  -moz-transform-origin: 10% 10%;
  -o-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
  -moz-opacity: 0;
  /* Older Firefox 1 */
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: translateX(3px) rotate(-45deg);
  -ms-transform: translateX(3px) rotate(-45deg);
  -moz-transform: translateX(3px)rotate(-45deg);
  -o-transform: translateX(3px) rotate(-45deg);
  transform: translateX(3px) rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  -moz-transform-origin: 10% 90%;
  -o-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}


/*---To center elements of the navbar (mobile)---*/

.navbar-brand {
  font-size: 1rem;
}


/*---Custom AnimateCSS mobile menu items---*/

.nav-item {
  -webkit-animation-duration: 0.8s;
  /* Chrome 3-42 & Safari 4-8 & Opera 15-29 */
  -moz-animation-duration: 0.8s;
  /* Firefox 5-15 */
  -o-animation-duration: 0.8s;
  /* Opera 12-14 */
  animation-duration: 0.8s;
}

@media only screen and (max-width: 991px) {
  #navbarText {
  }
}

@media only screen and (min-device-width: 992px) {
  .animated {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
  #navbarText {
    height: auto;
  }
}







p.4columns {
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
	-moz-column-count:    4; /* Firefox */
	column-count:         4;
  	-webkit-column-gap:   20px; /* Chrome, Safari, Opera */
	-moz-column-gap:      20px; /* Firefox */
	column-gap:           20px;
	column-rule-color: #ccc; /* Optional */
	column-rule-style:solid; /* Optional */
	column-rule-width: 1px; /* Optional */
	text-align: justify; /* Optional */
}
p.3columns {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count:    3; /* Firefox */
	column-count:         3;
  	-webkit-column-gap:   20px; /* Chrome, Safari, Opera */
	-moz-column-gap:      20px; /* Firefox */
	column-gap:           20px;
	column-rule-color: #ccc; /* Optional */
	column-rule-style:solid; /* Optional */
	column-rule-width: 1px; /* Optional */
	text-align: justify; /* Optional */
}
p.2columns {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count:    2; /* Firefox */
	column-count:         2;
  	-webkit-column-gap:   20px; /* Chrome, Safari, Opera */
	-moz-column-gap:      20px; /* Firefox */
	column-gap:           20px;
	column-rule-color: #ccc; /* Optional */
	column-rule-style:solid; /* Optional */
	column-rule-width: 1px; /* Optional */
	text-align: justify; /* Optional */
}










.formular {
    
padding: 0;


}

.formular input, select, textarea {
    
    background: #fff;
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 5px 10px;
    border: 2px solid #1b3a7b;
    border-radius: 3px;
}

.formular .col-md-6, .col-md-12, col-md-4, col-md-2, col-md-5, col-md-3 {
    

}

.formular .row2 {
    
    margin-bottom: 40px;

}

.formular .row3 {
    
    margin-bottom: 30px;
    padding: 15px 10px;
    border: 2px solid #1b3a7b;
    border-radius: 3px;
    margin-left: 0;
    margin-right: 0;

}

.wpcf7-text, .wpcf7-select, .wpcf7-textarea{
    color: #333333;
    width: 100%;
}

.wpcf7-submit {
    color: white;
    background: #1b3a7b !important;
        border: 0 !important;
    margin-top: 30px;
    padding: 5px 20px;
    
}

.formular .wpcf7-file{
    
  border: 0 !important;
    padding: 0 !important;
    
    
}

.wpcf7-submit:hover {

    background: #333333 !important;

    
}

.wpcf7-submit {

    padding: 15px 15px;
    border-radius: 5px;

    
}


.wpcf7-select{
    

      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      border: none;

    
}

.wpcf7-select::-ms-expand {
      display: none;
    }


.wpcf7-select {
      /* ... */
      width: 100%;
      height: 40px;
      padding-left: 10px;
      background: #fff;
      font-family: 'Open Sans', sans-serif;
      font-size: 16px;
        border: 2px solid #1b3a7b;
    }

.wpcf7-select-wrapper:before {

      content: "\f107";
      font-size: 20px;
      position: absolute;
      right: 15px;
      top: 10px;
        background-color: #1b3a7b;
    }


.wpcf7-not-valid-tip {
    
    background-color: darkred;
    padding: 3px 10px;
    text-align: left;
    color: white !important;
    border-radius: 3px;
}

.bewerbung{
  

    padding-bottom: 80px;
    padding-top: 40px;
}



.jobs{
    
    border: 2px solid #1b3a7b;
    border-radius: 5px;
    padding: 50px;
}

.jobheadline{
    
    margin-top: 20px;
}













/* The container */
.checkboxcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkboxcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxcontainer input:checked ~ .checkmark {
    background-color: #1b3a7b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

}
 

.panel-group a {
    padding: 15px 15px;
    color: white;
    background: #1b3a7b;
    border-radius: 5px;
    margin-bottom: 50px;
}


.zubehor, .lohnfertigung{

    margin: 5px;
    padding: 20px;
    border: 5px solid #1b3a7b;

}



.zubehor_bild{
    width: 100%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    
}


.bg-grey{
    
    background: #ededed;
}

.card-columns .card {

    margin-bottom: 1.5rem;

}


.spalte{

 
    
    
}











/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/


/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  

}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  

    form input{
	width: 100%;

    margin: 0px;
    
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    
}



/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/

/* Set width to make card deck cards 100% width */
@media (max-width: 950px) { 

}
