body
{

    margin: 0;
    padding: 0;

}

h1
{
    font-family: 'Open Sans', sans-serif!important;
    font-weight: bold;
    font-size: 2.25rem;

}

h2
{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 2.25rem;
    text-align: center;
    font-weight: bold;
}


h3{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1.625rem;

}


p
{
    font-family: 'Open Sans', sans-serif!important;
    font-size: 1rem;
    font-weight: normal;

}


h1.title1 {
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold;
    margin-top: 20px;

}

h2.title1 {
    margin-top: 15px;
}

a.link {
    text-decoration: none;
    color: #000;
    font-size: 1rem;
    font-style: italic;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;

}


a.link:hover {
    text-decoration: none;
    color: #000;
    border-bottom: none;

}

.link-button {
    border: 1px solid #000;
    padding: 8px 15px;
    color: #000;
    background-color: transparent;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 1.1rem;
    font-style: italic;

}

_:-ms-fullscreen, :root .link-button { width: 203px; } /* for IE11 */


button.link-button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #000;
}



p.paragraph1
{
    text-align: center;
    font-size: 1.25rem;
}

@media (max-width: 1023px)
{
    p.paragraph1 {
    font-size: 0.938rem !important;
}

    p.paragraph2 {
    font-size: 0.938rem !important;
}

p.text-align-center {
    
    font-size: 0.938rem !important;
}

.text-link p {
    font-size: 0.938rem !important;
}


}


@media (max-width:767px) 
{
h1,h2,h3,h4,h6 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold !important;
    
    font-size: 1.25rem;
}

}

.text-box {
    position: relative;
    margin-top: 30px;
    margin-bottom: 36px;
}


@media (min-width:280px) and (max-width:768px)
{
    .title-text h2
    {
        font-size: 1.25rem !important;
    }
}

.title-text h3

{
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.625rem;
    margin-bottom: 2rem;
    margin-top: 20px;
}

.title-text
{
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    
}





span.rightarrow {
    display: flex;
    /* bottom: 7px; */
    position: relative;
    top: 20px;
    right: 20px;
}


/*******header***********/




.menu-toogle

{
    display: none;
}



.clear {
    clear: both;
}




header
{
    position: relative;
    margin-top: 25px;
    max-width: 1170px;
}
.col-md-12.header-nav {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

nav {
    
    margin-left: auto;
    margin-right: -110px;
    position: relative;
    right: 50px;

}


nav ul {
    display: flex;
    position: relative;
    top: 22px;
    z-index: 99;
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    
}


@media (min-width: 1199px)
{
    nav ul 
    {
         display: inline-block;
    }

    nav ul li 
    {
        display: inline-block;
    }

    nav a {
    margin: 5px 10px;
}
}

nav ul li
{
    list-style: none;
    width: auto;
    background-image: none;
    position: relative;
    margin: 0;
    padding: 0;

}

nav ul li a
{
    text-decoration: none;
    color: #262626;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    border-bottom: 3px solid transparent;
  
    
}


nav ul li a:hover
{

    text-shadow: 1px 0 0 black;

}



@media (min-width:991px)
{

nav ul li a:hover
{
    text-decoration: none;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 1px 0 0 black;
    border-bottom: 3px solid #f39611;
  
}

}



/* custom image*/
@media (min-width:1024px)
{
.video {
    text-align: center;
    position: relative;
    right: 2rem;
}

img.HomeImage {
    width: 970px;
}
}



@media (min-width:280px) and (max-width:1024px)

{

img.HomeImage {
    width: 100%;
}

}

@media (min-width:280px) and (max-width:768px)
{
    .video {
    
        /*height: 350px!important; */
        
        
    }

   
}



/**********Space*********/

.col-md-12.space1 {
    min-height: 30px;
}
.col-md-12.space2 {
    min-height: 15px;
}


.col-md-12.space3 {
    min-height: 15px;
}


.col-md-12.space4 {
    min-height: 29px;
}


.col-md-12.space6
{
    min-height: 1.3rem;
}

.col-md-12.space7 
{
    min-height: 1.4rem;
}


@media (max-width:768px) 
{

.col-md-12.space1 {
    /* min-height: 30px; */
    min-height: auto !important;
}
}


/*****/

/* 4 boxes*/


.card.graybox
{
    /*height: 370px;*/
    background-color: #dbdbdb;
    border: navajowhite;
    border-radius: 0;
    padding-bottom: 4px;
}


.card.yellowbox
{
    /*height: 370px;*/
    background-color: #ffcc7e;
    border: navajowhite;
    border-radius: 0;
    padding-bottom: 4px;
}


.card.orangebox
{
    /*height: 370px;*/
    background-color: #f39611;
    border: navajowhite;
    border-radius: 0;
    padding-bottom: 4px;
}


.card.darkgraybox
{
    /*height: 370px;*/
    background-color: #898989;
    border: navajowhite;
    border-radius: 0;
    padding-bottom: 4px;
}

@media (max-width:767px)
{
    .col-md-6.box1 {
    
        margin-bottom: 15px;
    }
}



.box-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
}

.box-title {
    margin-top: 25px;
    margin-bottom: 15px;
}

 button {
    margin-top: auto;
    margin-left: auto !important;
    margin-right: auto !important;
}




.box-title h2
{
    font-size: 1.625rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;

}

.text-link p
{
    text-align: center;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-bottom: 14px !important;

}

.text-link h4
{
    text-align: center;
    font-size: 1rem !important;
    font-weight: bold !important;
    font-style: italic !important;
    margin-top: 14px !important;
    


}
.col-md-12.space5 {
    min-height: 40px;
}


.col-md-12.wasistPadg
{
    background-color:#dbdbdb;
}


p.paragraph2 
{
    text-align: center;
    font-size: 1.25rem;
    font-weight: normal;
    margin-bottom: 2rem;

}

p.listpAdigt 
{
    margin-bottom: 2rem;
    font-size: 1rem;

}
i.fas.fa-arrow-right {
    color: #f39611;
}

.boxImage {
    min-height: 204px;
    
}

.boxImage img{
    width: 100%;
    min-height: 200px;
}

@media (width:768px) 
{
    .boxImage {
        min-height: auto;
        
    }
    
    .boxImage img{
        width: 100%;
        min-height: auto;
    }

}



.title-text p
{
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;

}



.link-box
{
    margin-top: 1.4rem;
    margin-bottom: 2rem;
}

@media (min-width:300px) and (max-width:767px)
{
    .card.yellowbox {

        margin-top: 15px;

   
}
}



@media (min-width:300px) and (max-width:1024px)
{
    .box-title h2
    {
        font-size: 1.25rem;

    }

.card.graybox {
    height: 100%;
   
    
}

.card.yellowbox {

    height: 100%;
}

.card.orangebox {
    height: 100%;
    margin-bottom: 2rem;
}


.card.darkgraybox {
    height: 100%;
}

.text-link h4
{
    margin-bottom: 20px;
}

}


/********/

/* footer */

.col-md-12.footer {
    background-color:#898989;;
    min-height: 200px;
}
.col-md-4.footer {
    /* margin-bottom: 2rem; */
    margin-top: 2.3rem;
}
.col-md-4.footer2 {
    /* margin-bottom: 2rem; */
    margin-top: 2.3rem;
}

.col-md-4.footer2 {

    margin-top: 2.3rem;
    background-color: #fff;
    height: 150px;
    margin-bottom: 25px;
}

@media (min-width:1106px) and (max-width:1199px) 
{
    .col-md-4.footer2 
    {
        height: auto;

    }

}



.bild-footer {
    margin-top: 20px;
}

@media (min-width:1200px) 
{
    .bild-footer {
        display: flex;
    }
    
}


.col-md-2.offset-md-2.footer 
{
    margin-top: 2.3rem;
}

a.link-footer {
    font-size: 0.875rem;
    color: #fff;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;

}


.footer
{
    color: #fff;
}

h5.link-footer2 {
    font-size: 0.875rem;
    color: #000;
    font-weight: normal!important;
    font-family: serif!important;
    top: 15px;
    position: relative;
    text-align: none;
    letter-spacing: 0.3px;

}



a.link-footer:hover {
    
    color: #fff;
    text-decoration: none;
    text-align: none;
    border-bottom: 2px solid #fff;
    
}

a.link-footer:active {
    
    color: #fff;
    text-decoration: none;
    text-align: none;
    
}






@media (min-width:1101px) and (max-width:1105px)
{
    img.footerImage1 {
        width: 100px!important;
    }
    
}



img.footerImage1 {
    width: 180px;
    height: 100%;
}




@media (width:1024px){

.col-md-4.footer {

    display: flex;
    right: 15px;
}
img.footerImage1 {
    margin-right: 5px;
}
}


@media (max-width:1100px) 
{
    .col-md-4.footer2
    {
        height: 100%;
        text-align: center;
    }
    
}

@media (min-width:420px) and (max-width:1100px)
{
    .col-md-4.footer2
    {
        padding-bottom: 2rem;
    }

}



@media (max-width:768px) 
{

    .col-md-12.footer 
    {
        text-align: center;
    }

}


@media (max-width:419px) 
{

    img.footerImage1 {
        margin-bottom: 7px;
    }


    img.footerImage2 {
        margin-bottom: 2rem;
    }

    

}




@media (min-width:300px) and (max-width:1024px) 
{
    .col-md-4.footer {
        margin-bottom: 2rem;
        margin-top: 2.3rem;
    }

}




/****endfooter****/





.text-link {
    max-width: 430px;
    width: 430px;
    text-align: center;
    align-self: center;
    
    
}

@media (max-width: 1023px)
{
.text-link {
    width: 80%;
}
}

@media (width: 1024px)
{
    .text-link {
        width: 300px;
    }
}

.height-100 {
    height: 100%;
}

/* custom equql height columns */

.equal-height-columms
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.equal-column-content
{
    height: 100%;
}



/******************************/



/*

@media (width:768px){
.col-md-12.boxes1 {
    display: flex;
    display: flex;
    flex-wrap: wrap;
}


.col-md-12.boxes2 {
    display: flex;
    display: flex;
    flex-wrap: wrap;
}
}
*/



/*test*/ 

/*

@media (width:1024px){
    .col-md-12.boxes1 {
        display: flex;
    }
    
    
    .col-md-12.boxes2 {
        display: flex;
    }
    }
*/



/* responsive menü */

@media (max-width:1199px)
{
    img.pa-digital-icon {
        position: relative;
        bottom: 70px;
        width: 100px;
        right: 35px;
        z-index: 9999999;
    }
    nav.nav {
        display: none;
    }
nav ul{
    

    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: block;
    background: #fff;
    z-index: 10000;
    padding:100px 0;
    overflow-y: scroll;
    
    
}

nav ul li 
{

    padding: 20px;
    text-align: center;
    margin: 40px;
}
nav ul li a 
{
    color:#000;
    font-size: 20px;
    position: relative;

}

nav ul li a:hover
{
    color:#000;
    text-decoration: none;


}



.nav ul li a:before 
{
    content: '';
    position: absolute;
    top: 99%;
    left: 0;
    width: 100%;
    height: 8px;
    background: #f39611;
    transform: translateY(-50%) scaleX(0);
    transform-origin: right;
    transition: 0.5s transform;
}

.nav ul li a:hover:before 
{
    transform:translateY(-50%) scaleX(1);
    transform-origin: left;
    transition:0.5s transform;
    font-weight: bold;
}

.menu-toogle {
    display: block;
    /* position: fixed; */
    /* right: 50px; */
    cursor: pointer;
    padding: 8px;
    z-index: 99999;
    background: #fff url(/wp-content/themes/padigital/images/menuu.png);
    width: 60px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 6px;
    position: relative;
    /* left: 90%; */
    float: right;
    

}

.menu-toogle.active{
    background: url(/wp-content/themes/padigital/images/close-button.png);
    background-repeat: no-repeat;
    width: 50px;
    position: fixed;
    right: 0;
    margin-right: 9px;
    top: 2px;
    margin-top: 2.5em;
    background-color: #fff;


}

nav.active 
{
    display: block;
    overflow-x: scroll;

}

.paLogo.active 
{
    
    
        position: fixed;
        /*top: 70px;*/
        z-index: 9999999999;
        cursor: pointer;
      

}

}
/**************/


/* grid boostrap ipad problem*/

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}



@media (min-width:768px) and (max-width:991px)
{
.col-md-8 {

    max-width: 100% !important;


}
}


/*stykbBox */


i.fas.fa-user-lock {
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 0.8rem;
    color: #f39611;
    background: #fff;
    cursor: pointer;

}



i.fas.fa-user-edit {
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 0.8rem;
    color: #f39611;
    background: #fff;
    cursor: pointer;
}


li.LoginPgURS {
    margin-right: 15px;
	margin-top: 1rem;
	cursor: pointer;
	position: relative;
    top: 24px;
    left: 9px;
}

li.LoginTitle.neuanmld {
    position: relative;
    top: 5px;
}


li.LoginTitle a {
    text-decoration: none;
    color: #000;
    margin-right: 1rem;
	/*font-size: 20px; */
	cursor: pointer;
	position: relative;
    top: 43px;
    left: 10px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    font-style: normal;
}

li.LoginTitle a.hover {
    text-decoration: none;
    cursor: pointer;

}


li.TeilenPg {
	letter-spacing: 1px;
	position: relative;
    top: 15px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

a.anmeldenLien {
    position: relative;
    left: 8px;
    font-size: 1rem !important;
    font-style: italic;
	font-weight: bold;
	top: 44px;
    color: #000;
    cursor: pointer;
}
    
	

.socialMediaPG {
    letter-spacing: 5px;
	font-size: 1.25rem;
	margin-left: 8px;
	position: relative;
    bottom: 20px;
    top: 15px;
}

a.anmeldenLien:hover
{

color: #000;
text-decoration: none;

}

.boxo {
    background: #f39611;
    width: 100%;
    text-align: center;
}


span.anmeld {
    font-size: 10px;
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-style: bold;
	
}


span.anmeldmobile {
    position: relative;
    bottom: 8px;
    color: #fff;
    font-size: 0.938rem;

}


/* fixed_sidebar */

@media only screen and (max-width: 998px)
{
.side-boxes, .btn-scroll-top, .teil2{
    display: none;
}

}

@media only screen and (min-width: 999px) and (max-width: 1199px)
{
    .useredit, .userlock
    {
        display: none;
    }

    .teilnehmer_login
    {
    height: 100px !important;
    }

    .neu_anmedlung
    {
        height: 100px !important
    }


    /*
    a.register_link
    {
        margin-top: 40px !important;

    }
    */
}



.side-boxes {
    position: fixed;
    right: 0;
    top: calc(50% - 158px);
    z-index: 30;
    width: 11%;
}

a.empty-span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.teilnehmer_login {
    background: #f39611;
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
}

.teilnehmer_login:hover
{
    background-color: #ffcc7e;
}
.neu_anmedlung {

    background: #f39611;
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;

}


.neu_anmedlung:hover {

    background-color: #ffcc7e;
}



a.user_link {
    position: relative;
    margin-top: 15px;
}

/*
@media only screen and (min-width: 1000px) and (max-width: 1399px) 
{
    a.login_link {
        font-size: 0.813rem !important; 
    }

    a.register_link {

        font-size: 0.813rem !important;
    }

}


@media only screen and (min-width: 999px) and (max-width: 1130px) 
{
    a.login_link {
        font-size: 0.75rem !important; 
    }

    a.register_link {

        font-size: 0.75rem !important;
    }

}
*/

a.login_link {
    margin-top: 15px;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    position: relative
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    font-style: normal;
    font-size: 0.938rem;

}

a.register_link {

    text-decoration: none;
    color: #000;
    position: relative;
    margin-top: 28px;
    /*font-size: 0.938rem;*/
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    font-style: normal;
    text-align: center;
}


i.fas.fa-user-lock {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    font-size: 22px;
    color: #f39611;
    background: #fff;
    cursor: pointer;
    margin-top: 12px;
}


i.fas.fa-user-edit {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    font-size: 22px;
    color: #f39611;
    background: #fff;
    cursor: pointer;
    position: relative;
    top: 18px;
}


.teilen {
    background: #626262 !important;
    text-align: center;
    margin-top: 8px;
    height: 85px;
    position: relative;
    width: 100%;
    
}

.teil2 {
    position: fixed;
    width: 10%;
    right: 0;
    margin-top: 2em;
    top: calc(50% - 150px); 
   
}

.teilen.grs-teilen {
    top: 69rem;
}


p.teilen_title {
    letter-spacing: 1px;
    position: relative;
    top: 15px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.teilen_social_media {
    letter-spacing: 5px;
    font-size: 1.25rem;
    margin-left: 8px;
    position: relative;
    bottom: 20px;
    top: 5px;
}

i.fab.fa-twitter-square {
    color: #fff;
    cursor: pointer;
}

i.fab.fa-facebook-square {
    color: #fff;
    cursor: pointer;
}

i.far.fa-envelope {
    color: #fff;
    cursor: pointer;
}




ul.StykBox {
    position: fixed;
	right: 0;
	top: calc(50% - 158px);  
    z-index: 999;
	width: 15%;
	list-style: none;
}


.boxo.box1 {
    position: relative;
    top: 10px;

}
.boxo {
    background: #f39611;
    width: 100%;
	text-align: center;
	height: 145px;
}


.BoxTel {
    background: #626262 !important;
    text-align: center;
	margin-top: 6px;
	height: 80px;
}



.orangBox {
    text-align: center;
    list-style: none;
    /* padding: 2.2px; */
}

i.fab.fa-twitter-square
{
    color: #fff;
    cursor: pointer;
}

i.fab.fa-facebook-square 
{
	color: #fff;
	cursor: pointer;
}

i.far.fa-envelope 
{
	color: #fff;
	cursor: pointer;
}


/*
@media only screen and (min-width: 400px) and (max-width: 998px)
{
	.LoginIcn {
        position: relative !important;
        top: 20px !important;
    }

    .neuanmelden {
        position: relative !important;
        margin-top: 11px !important;
    }

}
*/

@media only screen and (max-width: 998px)
{
	ul.StykBox
	{
		display: none;
	}

}




.side-boxes.constFP {
    position: fixed !important;
    right: 0;
    /* top: calc(50% - 158px); */
    top: 53rem;
    
}
.stykBoxPhone.constBXF
{
    position: relative;
    top: 2px;
    display: flex;
    margin-top: 24rem;
}


.col-md12.stykBoxPhone.constBXF {
    position: relative;;
}


.col-md-12.TeilenPadg.constBXT {
    position: relative;
    top: 3px;
}

@media only screen and (min-width: 999px)
{
    .stykBoxPhone.constBXF {
    display: none;
}
}

.neuanmelden {
    text-align: center;
    position: relative;
    top: 1rem;
}
.col-md12.stykBoxPhone.Grs {
    position: relative;
    top: 4px;
}

.stykBoxPhone.Grs
{
    position: relative;
    top: 2px;
    display: flex;
}

.col-md-12.TeilenPadg.GrsT 
{
    position: relative;
    top: 3px;
}


@media only screen and (min-width: 999px)
{
.col-md12.stykBoxPhone.Grs {
    display: none;
    
}
}
.space8.GrsS {
    display: none;
}



/* end StykBox */




/* stykBoxPhone */

.teilen-backtotop {
    position: fixed;
    width: 100%;
    bottom: 0;
}
.col-md-6.teilen-phone {
    width: 50%;
    background: #626262;
    height: 46px;
}

.col-md-6.back-to-top-phone {
    width: 50%;
    background-color: #000000;
    height: 46px;
}

button.btn-back-top {
    width: 100%;
    height: 100%;
    background-color: #000000;
    border: none;
    color: #ffffff;
    font-style: italic;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}


.teilen-backtotop.teilen-backtotop-contras {
    position: relative;
    margin-top: 4px;
}

.teilen-backtotop.teilen-backtotop-vergross
{
    position: relative;
    margin-top: 4px;
}

 

.col-md-6.loginUser {
    background: #f39611;
    margin-right: 2px;
}

.col-md-6.TeilenPadg {
    background: #f39611;
}




.col-md12.stykBoxPhone {
    position: fixed;
    height: 46px; /* original height:70px */;
    width: 100%;
    bottom: 2.96rem;
    display: flex;

}


.col-md-12.TeilenPadg {
    background: #626262;;
    position: fixed;
    height: 47px; /* original height: 70px; */
    bottom: 0;
}

.LoginIcn {
    position: relative;
    top: 8px;
    text-align: center;
}

i.fas.fa-user {
    border: 1px solid #fff;
    border-radius: 50%;
    background: #fff;
    padding: 10px 12px;
    color: orange;
}

h5.LogTitle {
    text-align: center;
    color: #fff;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: 29px;
    font-size: 0.938rem;
}




@media only screen and (min-width: 400px) and (min-width: 999px)
{
 
h5.LogTitle 
{
    position: relative;
    bottom: 8px !important;
    line-height: normal;

}

span.anmeldmobile {

   position: relative;
    bottom: 15px !important;
    line-height: normal;
   

}

}



h5.neuanmeld {
    color: #fff;
    font-size: 0.938rem;
    font-family: 'Open Sans', sans-serif;
}


a.neuanmeld:hover{
    color: #fff;
    text-decoration: none !important;
    border-bottom: none !important;

}

h5.neuanmeld:hover
{
    color: #fff;
    text-decoration: none;
    border-bottom: none;


}

h5.TeilenTittle {
    text-align: center;
    position: relative;
    top: 4px;
    font-size: 14px;
    font-weight: normal !important;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}



i.lgn.fas.fa-angle-double-right {
    position: relative;
    left: 3px;
    top: 1px;
}


.socialPDG {
    position: relative;
    text-align: center;
    letter-spacing: 2px;
    font-size: 1.119rem;
    color: #fff;
    bottom: 5px;
}
i.fab.fa-twitter-square {
    color: #fff;
    cursor: pointer;
}

i.fab.fa-facebook-square {
    color: #fff;
    cursor: pointer;
}

i.far.fa-envelope {
    color: #fff;
    cursor: pointer;
}


@media only screen and (min-width: 999px)
{
    .col-md12.stykBoxPhone, .teilen-backtotop  {
        display: none;
    }

    .col-md-12.TeilenPadg
    {
        display: none;
    }

    .col-md-12.space8 
    {
        display: none;
    }

}

/* end StykBoxPhone*/

.col-md-12.space8 {
    min-height: 93px;
    position: relative;
}




/* custom grey-header*/

.bg-dark-grey {
    background-color: #4c4c4c;
    color: #ffffff;
}

.height-50 {
    height: 50px;
}


ul.header-line--ul-left {
    list-style: none;
    padding: 0px;
    margin: 14px 0px 0px 0px;
    display: inline-block;
    font-size: 0;
}

@media only screen and (min-width: 1024px)
{
    ul.header-line--ul-left {

        position: relative;
        left: 32px;
    }

}

ul.header-line--ul-left li {
    display: inline-block;
    margin-right: 20px;
}

.bg-dark-grey a {
    color: #ffffff;
}
/*
.fontsize-plus {
    background-image: url(icon-schrift-vergroessern.png);
    background-position: center 0px;
    background-repeat: no-repeat;
}
*/




.scale {
transform: scale(1.5);
transform-origin: 0 0;
}

.contrast {
    filter: invert(1);
    background-color: #000;
}


.bg-dark-grey.changeFarbe
{
    background-color: #898989;
}

.video.const
{
    filter: invert(1);
}


.space8.constS
{
    display: none;
}

.img-contrast {
    filter: invert(1);
}

/**** popup ****/

.side-boxes.change-opacity-StykBox {
    opacity: 0.2;
}

.boxes2.change-opacity
{
    opacity: 0.2;
}
.equal-column-content.change-opacity-boxes1
{
    opacity: 0.2;
}

.equal-column-content.change-opacity-boxes2
{
    opacity: 0.2;
}

.box-3-4-opacity.change-opacity-box3-4
{
    opacity: 0.2;
}

.box-4-opacity.change-opacity-box-4
{
    opacity: 0.2;
}

.wasistPadg.change-opacity
{
    opacity: 0.2;
}

.grau-section.change-opacity
{
    opacity: 0.2;
}

body.change-brightness 
{
    background-color: #414141;
}

div.popup p {
    text-align: left;
    margin-top: 20px;
}

@media only screen and (min-width: 300px) and (max-width: 700px)
{
    div.popup p {
  
  font-size: 13px;
}
}

@media only screen and (max-width: 768px)
{
    div.popup 
    {
        width: 78% !important;
        height: max-content !important;
    }

}



div.popup {
    position: fixed;
    top: 40%;
    left: 50%;
    background: #fff;
    transform: translate(-50%,-50%);
    padding: 30px;
    width: 605px;
    /*height: 316px;*/
    height: auto;
    z-index: 99999;
    display: none;
}


div.popup.display-popup
{
    visibility: visible;
    display: block;
    top: 50%;
    transition: 0.5s;
    opacity: 1 !important;
}


@media only screen and (min-width: 300px) and (max-width: 400px)
{
   div.popup.popup-3.display-popup {
    
    top: 50%;
  
} 

   div.popup.popup-4.display-popup {
  
  top: 50%;
  
} 
}




@media only screen and (max-width: 768px)
{

div.popup.contrast-popup.display-popup
{
    position: absolute;
    margin-left: -40%;
    margin-top: -15rem;
   
}

div.popup.popup-2.contrast-popup.display-popup
{

    position: absolute;
    margin-left: -40% !important;
    margin-top: -10rem;


}

}

@media only screen and (min-width: 768px)
{
div.popup.popup-2.contrast-popup.display-popup
{
    position: absolute;
    transform: translate(-35rem, 5rem);
}

div.popup.popup-3.contrast-popup.display-popup
{
    position: absolute;
    transform: translateY(-20rem);
}


div.popup.popup-4.contrast-popup.display-popup
{
    position: absolute;
    top: -12rem;
    margin-left: -35rem;
}



}


div.popup.contrast-popup.display-popup
{
    position: absolute;
    transform: translateX(10px);
}



@media only screen and (width: 768px)
{

    div.popup.contrast-popup.display-popup {
    position: absolute;
    transform: translateX(10rem);
}

    
    div.popup.popup-2.contrast-popup.display-popup {
    position: absolute;
    transform: translate(-9rem);
}

div.popup.popup-3.contrast-popup.display-popup {
    position: absolute;
    margin-left: 2rem;
}


div.popup.popup-4.contrast-popup.display-popup {
    position: absolute;
    top: -12rem;
    margin-left: -30rem;
}



}


@media only screen and (min-width: 769px) and (max-width: 999px)
{
    div.popup.contrast-popup.display-popup {
    position: absolute;
    transform: translateX(-98px);
}

div.popup.popup-2.contrast-popup.display-popup {
    position: absolute;
    transform: translate(-30rem, 5rem);
}


div.popup.popup-3.contrast-popup.display-popup {
    position: absolute;
    transform: translateY(-25rem);
    margin-left: -8rem;
}


div.popup.popup-4.contrast-popup.display-popup {
    position: absolute;
    top: -12rem;
    margin-left: -25rem;


}

}


div.popup.display-popup.vergros-popup {
    visibility: visible;
    display: block;
    top: 90rem;
}

div.popup.popup-2.display-popup.vergros-popup {
    visibility: visible;
    display: block;
    top: 90rem;
}

div.popup.popup-3.display-popup.vergros-popup {
    visibility: visible;
    display: block;
    top: 95rem;
}

div.popup.popup-4.display-popup.vergros-popup {
    visibility: visible;
    display: block;
    top: 95rem;
}


@media only screen and (min-width: 300px) and (max-width: 460px)
{

div.popup.popup-2.display-popup.vergros-popup {
    visibility: visible;
    display: block;
    top: 160rem !important;
}

div.popup.popup-3.display-popup.vergros-popup {
    visibility: visible;
    display: block;
    top: 175rem !important;
}

div.popup.popup-4.display-popup.vergros-popup {
    visibility: visible;
    display: block;
    top: 200rem !important;
}

}


@media only screen and (min-width: 470px) and (max-width: 767px)
{
    div.popup.popup-2.display-popup.vergros-popup {
    visibility: visible;
    display: block;
    top: 140rem !important;
}

div.popup.popup-3.display-popup.vergros-popup {
    visibility: visible;
    display: block;
    top: 165rem !important;
}

div.popup.popup-4.display-popup.vergros-popup {
    visibility: visible;
    display: block;
    top: 180rem !important;
}

}



@media only screen and (max-width: 769px)
{

    div.popup.display-popup.vergros-popup {
    visibility: visible;
    display: block;
    top: 130rem;
}

div.popup.popup-2.display-popup.vergros-popup {
    visibility: visible;
    display: block;
    top: 130rem;
}

div.popup.popup-3.display-popup.vergros-popup {
    visibility: visible;
    display: block;
    top: 145rem;
}

div.popup.popup-4.display-popup.vergros-popup {
    visibility: visible;
    display: block;
    top: 145rem;
}

}


@media only screen and (min-width: 769px) and (max-width: 999px)
{

    div.popup.display-popup.vergros-popup {
    visibility: visible;
    display: block;
    top: 150rem;
}

div.popup.popup-2.display-popup.vergros-popup {
    visibility: visible;
    display: block;
    top: 150rem;
}

div.popup.popup-3.display-popup.vergros-popup {
    visibility: visible;
    display: block;
    top: 160rem;
}

div.popup.popup-4.display-popup.vergros-popup {
    visibility: visible;
    display: block;
    top: 160rem;
}

}




a.close-popup {
    text-decoration: none;
    color: #0066a6 !important;
    font-weight: bold;
    font-style: italic;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    }

    a.close-popup:hover
    {
        border-bottom: 2px solid #0066a6;
    }


/**** end popup ***********/


/*** paedquis Style ***/


h4.linkSeite {
  position: relative;
  right: 20px;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: bold;
  text-transform: uppercase;
}

p {
  font-family: "Open Sans", sans-serif !important;
  font-size: 1rem;
  font-weight: normal;
}

.space-xs {
  margin-top: 10px;
}

.space-s {
  margin-top: 20px;
}

.space-m {
  margin-top: 30px;
}

.space-l {
  margin-top: 40px;
}

h1.title1 {
  text-align: center;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: bold;
}

img.uberunsbild {
  width: 100%;
}

.breadcrumb-padquis {
  position: relative;
  margin-top: 10px;
}

#breadcrumbs a {
  text-decoration: none;
  color: #0066a6;
  font-size: 0.875rem;
  font-family: 'Open Sans', sans-serif !important;
}

#breadcrumbs a:hover {
  color: #0066a6;
  border-bottom: 2px solid #0066a6;
  text-decoration: none;
}

span.breadcrumb_last {
  font-size: 14px;
}

a.extern-link {
  text-decoration: none;
  color: #0066a6;
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}

a.extern-link:hover {
  text-decoration: none;
  color: #0066a6;
  border-bottom: 2px solid #0066a6;
}

a.extern-link:after {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-size: 1rem;
}

a.download-link {
  text-decoration: none;
  color: #0066a6;
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}

a.download-link:hover {
  text-decoration: none;
  color: #0066a6;
  border-bottom: 2px solid #0066a6;
}

a.download-link:after {
  font-family: "Font Awesome 5 Free";
  content: "\f063";
}

a.phone-link {
  text-decoration: none;
  color: #0066a6;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
}

a.phone-link:hover {
  border-bottom: 2px solid #0066a6;
}

a.phone-link:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  margin-right: 10px;
  font-weight: bold;
}

a.mail-link {
  text-decoration: none;
  color: #0066a6;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
}

a.mail-link:hover {
  border-bottom: 2px solid #0066a6;
}

a.mail-link:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  margin-right: 10px;

}

i.fas.fa-angle-double-right {
    font-size: 0.875rem;
}


i.fas.fa-phone-alt.blue {
  float: left;
  position: relative;
  top: 4px;
  margin-right: 13px;
}

i.far.fa-envelope.blue {
  float: left;
  position: relative;
  top: 5px;
  margin-right: 14px;
}

a.link {
  position: relative;
  text-decoration: none;
  color: #0066a6;
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}

a.link:hover {
  border-bottom: 2px solid #0066a6 !important;
}

a.boxlink {
  text-decoration: none;
  color: #000;
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}

a.boxlink:hover {
  border-bottom: 2px solid #000;
}

a.boxlink:after {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
}

a.sprungmarklink {
  text-decoration: none;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}

a.sprungmarklink:hover {
  border-bottom: 2px solid #000;
}

a.link.highlight-box-link {
  text-decoration: none;
  color: #000 !important;
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}


a.link-button {
  text-decoration: none;
  -webkit-text-decoration-color: none;
    text-decoration-color: none;
}

i.fas.fa-angle-double-right.buttonArrow {
  font-size: 0.75rem;
}

p.paragraph1 {
  text-align: center;
  font-size: 1.25rem;
}

img.teamppadqüis {
  width: 100%;
  height: 416px;
}

img.childbild {
  width: 100%;
  height: 416px;
}

img.padqüisbild {
  width: 100%;
  height: 416px;
}

img.image3 {
  width: inherit;
}

img.image3.digital-img.img-contrast {
    filter: blur(1px);
}

.blog-content.mobile.digital-button.digital-button-contras {
    filter: brightness(0.7);
}

.blog-content.mobile {
  /* width: 300px; */
  margin-left: 20px;
}

p.link-blog-content.desktop {
  font-size: 1rem;
  width: 100%;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  margin-top: -3px;
  position: relative;
  right: 2px;
  margin-right: auto;
  margin-left: auto;
}

p.link-blog-content.desktop:hover {
    /*border-bottom: 2px solid #fff;*/
    text-decoration: underline;
}
p.link-blog-content-only-padigital.desktop:hover {
   border-bottom: 2px solid #fff; 
}

.link-blog-content {
  font-size: 1rem;
  width: 175px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  margin-top: 18px;
}

img.left.img-contrast {
  background: #fff;
}

img.right.img-contrast {
  background: #fff;
}

.col-md-4.bild1 {
  height: 413px;
  width: 360px;
  background-repeat: no-repeat, repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.col-md-4.bild2 {
  height: 413px;
  width: 360px;
  background-repeat: no-repeat, repeat;
  background-position: center;
  background-repeat: no-repeat;
  /*background-size: cover;*/
}

.yellow-background
{
    background-color: #ffcc7e;
}

.col-md-4.bild3 {
  height: 413px;
  width: 360px;
  background-repeat: no-repeat, repeat;
  background-position: center;
  background-repeat: no-repeat;
  /*background-color: #f3f3f3;*/
}

.col-md-12.box1bild {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

p.themap1 {
  position: relative;
  top: 13px;
  font-size: 1.625rem;
}

p.thema-only-padigital-slider
{
    
    width: 100%;
    left: 0;
    top: 15px;
    font-size: 1.625rem;
}

p.themap1.responsive {
    position: absolute;
    font-size: 1.5rem;
    width: 100%;
    left: 0;
}

p.link-blog-content-only-padigital
{
    position: relative;
    top: 55px;
    font-weight: bold;
}

p.link-blog-content.only-mobile {
    top: 35px;
}

.blog-content {
    position: absolute;
    bottom: 20px;
    background: #f2f1f1;
    opacity: .7;
    color: #000;
    width: 320px;
    /* padding: 0px 80px; /* '90px' wrong padding in padigital !!!! */
    height: 96px;
    text-align: center;
    display: table;
    table-layout: fixed;
    cursor: pointer;

}
.blog-content.blog-content-contras {
    filter: invert(1);
}

.blog-content:hover {
  color: #fff !important;
  background: #000;
}

.blog-content:hover .themalink {
  color: #fff !important;
}
.blog-content:hover .thema-link {
  color: #fff !important;
}

.thema-link
{
    position: relative;
    font-size: 1.625rem;
    color: #000;
}

a.thema-link:hover {
   
    text-decoration: none;
}
a.thema-link:hover {
    border-bottom: 2px solid #ffffff;
}


a.themalink {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  position: relative;
  cursor: pointer;
  font-style: italic;
  font-weight: 600;
  font-size: 0.75rem;
  font-family: 'Open Sans', sans-serif;
}

a.themalink:hover {
  border-bottom: 2px solid #fff !important;
}

.sprungmarkeBox {
  height: 127px;
  background: #ffcc7e;
}

.sprungmarkeAllLink {
  padding: 4px;
}

.content-yellowbox {
  position: relative;
  padding: 20px;
  left: 18px;
}

.sprungmar2 {
  position: relative;
  margin-top: 5px;
}

.sprungmark3 {
  position: relative;
  margin-top: 5px;
}

h3.sprungtittle {
  text-align: center;
}

.phoneMailTittle {
  font-size: 1rem;
  font-weight: bold;
}

.card.yellowbox.height-100.height-100-bottom.sprungmarkeBox {
  height: 127px;
}

p.listSprungMark2 {
  font-size: 1rem;
  position: relative;
  bottom: 55px;
  margin-bottom: -20px;
}

p.listSprungMark.number {
  font-size: 1rem;
  position: relative;
  bottom: 20px;
}

p.pargrapheLinkSeite {
  right: 20px;
  position: relative;
}

.LinkListeSprungmarke2 {
  position: relative;
  right: 20px;
  margin-top: 9px;
}

.card.orangebox.highlight-box {
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.box-title {
  margin-top: 25px;
  margin-bottom: 15px;
}

.box-title h2 {
  font-size: 1.625rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.625rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}

.highlightTittle {
  font-size: 1.625rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}

h3.akkordionTittle {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

img.wieseSectionBild {
  background: gainsboro;
  width: 100%;
}

p.pargrapheBildSection {
  color: #1170ac;
  font-style: italic;
  margin-top: 20px;
}

img.paedquisBildvolleBreit {
  width: 100%;
}

p.paragraphePaedquisVolleBreit {
  color: #1170ac;
  font-style: italic;
  margin-top: 10px;
}

.bildSection {
  margin-bottom: 40px;
}

hr.Orangedivider {
  border: 1px solid #ffcc7e;
  position: relative;
}

.offset-md-3.col-md-6.profSection {
  margin-bottom: 30px;
}

.space-only-gray-section {
    position: relative;
    bottom: 17px;
}

.ContactProf {
  position: relative;
  /*bottom: 20px;*/
}

h5.ProfTittle {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}

a.phoneLink.PhoneProf {
  font-weight: normal;
}

a.mailLink.profMail {
  font-weight: normal;
}

.buttonSprungmark {
  text-align: center;
  position: relative;
  top: 10px;
}

.col-md-12.grau-section.sprungmark3 {
  margin-bottom: 40px;
}

.content-grau-section {
  margin-top: 50px;
}

.col-md-4.item-kurse {
  position: relative;
  right: 17px;
}

p.list-padigt {
  font-size: 1rem;
  position: relative;
  bottom: 20px;
  left: 40px;
  width: 300px;
}

span.arrow-list {
  position: relative;
  right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 20px;
}

.col-md-4.offset-lg-2 {
  margin-bottom: -30px !important;
  height: 206px;
  margin-bottom: 60px;
}

img.aktuelle-kurse-bild {
  width: 100%;
}

.text-box {
  position: relative;
  margin-top: 30px;
  margin-bottom: 36px;
}

.title-text {
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}

.title-text h3 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.625rem;
  margin-bottom: 2rem;
  margin-top: 20px;
}

.title-text p {
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
}

span.rightarrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 55px;
  right: 20px;
}

span.nummer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 40px;
  right: 20px;
  font-weight: 700;
}

.text-number {
  margin-top: -20px;
}



.col-md-12.grau-section {
  background-color: #f3f3f3;
  padding-bottom: 30px;
}

.col-md-12.white-section {
  background-color: #fff;
  padding-bottom: 30px;
  margin-top: 20px;
}

p.text-align-center {
  text-align: center;
  font-size: 1.25rem;
}

.offset-lg-2.col-md-10.grauBreite {
  padding-top: 20px;
}

.offset-lg-1.col-md-10.grauBreite {
  padding-top: 30px;
}

p.paragraph2 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: normal;
  margin-bottom: 2rem;
}

i.fas.fa-arrow-right {
  color: #000;
}

.box-image {
  min-height: 204px;
}

.box-image img {
  width: 100%;
  min-height: 204px;
}

img.bildNeuVerf {
  background: #f3f3f3;
}

.box-imageUeberUnsSeite {
  min-height: 204px;
  border: 1px solid #dbdbdb;
  position: relative;
}

.box-imageUeberUnsSeite img {
  width: 100%;
  position: relative;
}

img.bildEbene8 {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0px 10px;
  max-width: 300px;
}

img.bildEbene7 {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0px 10px;
  max-width: 300px;
}

img.bildEbene9 {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0px 10px;
  max-width: 300px;
}

.link-box {
  margin-top: 1.4rem;
  margin-bottom: 2rem;
}

.top-page.active {
  bottom: 20px;
  pointer-events: auto;
  opacity: 1;
}

.top-page {
  position: fixed;
  z-index: 999;
  bottom: 10px;
  width: 150px;
  height: 50px;
  background-color: #000;
  font-style: italic;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  line-height: 50px;
  color: #fff !important;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .4s;
  transition: all .4s;
  left: 50%;
  margin-bottom: 270px;
  border: none;
  margin-left: -8rem;
}

button.top-page:hover {
  border: none !important;
  background-color: #262626;
}

button.top-page.active {
  border-radius: none;
}


.mail-phone {
  position: relative;
  margin-top: 34px;
}

.institut {
  margin-top: 35px;
}


.height-100 {
  height: 100%;
}

.equal-height-columms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.equal-column-content {
  height: 100%;
}



img.pa-digital-icon 
{
  position: relative;
  right: 25px;
}

.col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-10 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-11 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-lg {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-lg-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-lg-10 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-lg-11 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-lg-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-lg-2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-lg-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-lg-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-lg-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-lg-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-lg-7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-lg-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-lg-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-lg-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-md {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-md-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-md-10 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-md-11 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-md-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-md-2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-md-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-md-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-md-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-md-7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-md-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-md-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-md-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-sm-12.flex-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.col-sm {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-sm-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-sm-10 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-sm-11 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-sm-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-sm-2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-sm-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-sm-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-sm-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-sm-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-sm-7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-sm-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-sm-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-sm-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-xl {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-xl-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-xl-10 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-xl-11 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-xl-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-xl-2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-xl-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-xl-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-xl-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-xl-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-xl-7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-xl-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-xl-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.blog1 {
  background: #f39611;
  width: 70%;
  height: 40px;
  text-align: center;
}

.blog2 {
  background: #626262;
  width: 70%;
  height: 40px;
  text-align: center;
}

.blog3 {
  width: 33%;
  height: 80px;
  float: right;
  position: fixed;
  right: 0;
  bottom: 0;
}

.box1-2 {
  position: fixed;
  width: 100%;
  bottom: 0;
}

.blog3.blog3Contras {
  position: relative;
  z-index: 99;
}

.blog2.blog2Contras {
  position: absolute;
}

.box1-2.box1-2Contras {
  display: none;
  top: 358.6rem;
}

.col-md-12.contrastFixedMobile {
  position: fixed;
  display: none;
}

.box1MobileContrast {
  height: 40px;
  background: orange;
}

.box2MobileContrast {
  height: 40px;
  background: gray;
}

.col-md-12.contrastFixedMobile.contrastFixedMobileContras {
  position: relative;
  bottom: 80px;
  right: 20px;
  display: block;
  margin-bottom: -79px;
}

a.login-tittle.Contrast {
  left: 5%;
  margin-right: 12%;
}

a.kurse-tittle.Contrast {
  left: 5%;
  margin-right: 14%;
}

.box1-2.box1-2Vergross {
  display: none;
}

a.anmeldLink {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  position: relative;
  top: 6px;
  cursor: pointer;
  font-style: italic;
  font-weight: 600;
  font-size: 0.875rem;
  font-family: 'Open Sans', sans-serif;
}

a.buchungLink {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  position: relative;
  top: 6px;
  cursor: pointer;
  font-style: italic;
  font-weight: 600;
  font-size: 0.875rem;
  font-family: 'Open Sans', sans-serif;
}

a.login-tittle {
  position: relative;
  top: 6px;
  right: 7%;
  color: #000;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}

a.kurse-tittle {
  position: relative;
  top: 6px;
  right: 9%;
  margin-right: 7px;
  color: #fff;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}

.backTopMobile {
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  font-style: italic;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  border: none;
}

.backTopMobile:hover {
  background-color: #262626;
}

button.contrastButton {
  height: 50px;
  background: #000;
  color: #fff;
  font-style: italic;
  position: relative;
  left: 50%;
  margin-left: 75%;
  bottom: 2rem;
  border: none;
  width: 140px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  display: none;
}


button.contrastButton.show {
  display: block;
}

.mobileArrow {
  position: relative;
  top: 4px;
}

p.nach-oben {
  position: relative;
  top: 4px;
}


.bg-dark-grey {
  background-color: #4c4c4c;
  color: #ffffff;
}

.bg-dark-grey a {
  color: #ffffff;
}

.height-50 {
  height: 50px;
}

ul.header-line--ul-left {
  list-style: none;
  padding: 0px;
  margin: 14px 0px 0px 0px;
  margin-left: -10px;
  display: inline-block;
  font-size: 0;
}

ul.header-line--ul-left li {
  display: inline-block;
  margin-right: 20px;
}

.scale {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.contrast {
  -webkit-filter: invert(1);
  filter: invert(1);
  background-color: #000;
}

.bg-dark-grey.changeFarbe {
  background-color: #898989;
}

.video.const {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.space8.constS {
  display: none;
}

.img-contrast {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.form-inline {
  width: auto;
}

.form-inline input {
  background-color: #fff;
  color: #000;
  height: 30px;
  line-height: 30px;
  padding: 0px 35px;
  margin: 0;
  border-radius: 0px;
  outline: 0px;
  border: none;
}

.form-inline button {
  background-color: #4C4C4C;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  margin: 0px 0px 0px -1px;
  border: 1px solid #fff;
  outline: 0px;
  border-radius: 0%;
}

.form-inline button:hover {
  background-color: #4C4C4C;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  margin: 0px 0px 0px -1px;
  border: 1px solid #fff;
  outline: 0px;
  border-radius: 0%;
}

input:focus {
  background-color: #fff;
  color: #000;
  height: 30px;
  line-height: 30px;
  padding: 0px 35px;
  margin: 0;
  border-radius: 0px;
  outline: 0px;
  border: none;
}

::-webkit-input-placeholder {
  color: #000 !important;
  font-size: 14px;
  font-family: "OpenSans";
  position: relative;
}

:-ms-input-placeholder {
  color: #000 !important;
  font-size: 14px;
  font-family: "OpenSans";
  position: relative;
}

::-ms-input-placeholder {
  color: #000 !important;
  font-size: 14px;
  font-family: "OpenSans";
  position: relative;
}

::placeholder {
  color: #000 !important;
  font-size: 14px;
  font-family: "OpenSans";
  position: relative;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #4C4C4C;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  margin: 0px 0px 0px -1px;
  border: 1px solid #fff;
  outline: 0px;
  border-radius: 0%;
}

.sucheicon {
  -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.search-only-mobile {
  height: 50px;
  position: relative;
  float: right;
  margin-right: -29.5px;
}

button.search-button {
  width: 55px;
  height: 100%;
  color: #000;
  background-color: #dbdbdb;
  border: none;
}

i.fas.fa-arrow-left {
  position: relative;
  top: 12px;
  margin-right: 6px;
}
/*

i.fas.fa-times {
  position: relative;
  top: 12px;
  margin-right: 6px;
  display: none;
}
*/

i.fas.fa-arrow-left.change {
  display: none;
}

i.fas.fa-times.ShowIcon {
  left: 2px;
}

i.fas.fa-search.suhceIconMobile {
  font-size: 22px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.divider {
  border: 2px solid #dbdbdb;
  margin-top: 10px;
  margin-bottom: 10px;
}

.akkordeon {
  margin-bottom: 1.7rem;
}

.akkordeon a.akkordeon--open-next {
  margin: 0px;
  padding: 10px 10px 10px 40px;
  display: block;
  position: relative;
  right: 25px;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

.akkordeon .akkordeon--open-next:nth-of-type(odd) {
  background-color: #fff;
}

.akkordeon .akkordeon--open-next:nth-of-type(even) {
  background-color: #fff;
}

.akkordeon .akkordeon--content:nth-of-type(even) {
  background-color: #fff;
}

.akkordeon .akkordeon--content:nth-of-type(odd) {
  background-color: #fff;
}

.akkordeon--content {
  display: none;
  padding: 10px 10px 10px 40px;
  position: relative;
  right: 25px;
}

.akkordeon--content h3 {
  padding: 10px 10px 10px 0px;
}

.akkordeon--open-next {
  cursor: pointer;
}

.akkordeon--open-next::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 4px;
  width: 19px;
  height: 17px;
  background-image: url(../images/plus-solid.svg);
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  float: right;
}

.akkordeon--open-all {
  cursor: pointer;
  display: inline-block;
  float: right;
  margin: 10px 0px;
  color: #227ab2;
  font-weight: bold;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
}

.akkordeon--open-all:hover {
  color: #000;
  text-decoration: none !important;
}

.akkordeon--open-all::before {
  content: '';
  padding-right: 30px;
  width: 19px;
  height: 17px;
  background-image: url(../images/plus-solid.svg);
  background-repeat: no-repeat;
  font-size: 0.813rem;
  float: right;
  position: relative;
  top: 4px;
  margin-left: 6px;
}

.akkordeon--close-all {
  cursor: pointer;
}

.akkordeon--close-this {
  cursor: pointer;
  position: relative;
  font-weight: bold;
  display: block;
  color: #227ab2;
  font-weight: bold;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  float: right;
  bottom: 12px;
  left: 23px;
}

.akkordeon--close-this::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 5px;
  width: 19px;
  height: 17px;
  background-image: url(../images/minus-solid.svg);
  background-repeat: no-repeat;
  position: relative;
  float: right;
  left: 6px;
}

.akkordeon--is-open::before {
  background-image: url(../images/minus-solid.svg);
}

.akkordeon--open-all-activ::before {
  content: '';
  padding-right: 30px;
  width: 19px;
  height: 17px;
  background-image: url(../images/minus-solid.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

.akkordeon--options {
  float: left;
  line-height: 1.4rem;
}

.akkordeon--text {
  float: right;
  width: calc(100% - 31px);
}

.akkordeon--outer-options {
  padding: 5px 0px;
  display: block;
  text-align: right;
}

.akkordeon--outer-options img {
  margin: 0px 10px 0px 0px;
}

img.KontaktBild {
  width: 100%;
}

.col-md-12.bildKontaktSeite {
  margin-bottom: 30px;
}

.KursLink {
  margin-top: 12px;
  margin-bottom: 30px;
}

a.KurseLink {
  text-decoration: none;
  color: #0066a6;
}

a.PädagogischeLink {
  text-decoration: none;
  color: #000;
}

.KontaktGelbBox {
  margin-top: 20px;
}

h5.titlleGelbBox {
  text-align: center;
  font-weight: normal;
  font-size: 25px;
}

h3.tittleGelbBoxKontakt {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}

.equal-column-content.gelbBoxKontakt {
  margin-bottom: 40px;
}

.openBtn {
  background: #f1f1f1;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}

.openBtn:hover {
  background: #bbb;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999999999;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

input.inputFullScrean {
  width: 100%;
  height: 100%;
  position: relative;
  border: 0;
  background: 0 0;
  outline: 0;
  letter-spacing: .2em;
  font-size: 23px;
  color: #fff;
  font-weight: 300;
  line-height: 2em;
  font-weight: "Open Sans", sans-serif !important;
}

button.searchFullScrean {
  position: absolute;
  right: 0;
  width: auto;
  line-height: 1em;
  border: 0;
  background-color: transparent;
  color: #fff;
  outline: 0;
  cursor: pointer;
  font-family: open-sans;
}

i.fa.fa-search.FullScreanIcon {
  font-size: 30px;
}

.search-Line {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -30px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  -webkit-animation: animateWidth 2s linear;
          animation: animateWidth 2s linear;
}

.clear {
  clear: both;
}

#gform_submit_button_1 {
  margin-bottom: 40px;
}

.gform_wrapper {
  margin-bottom: 16px;
  margin-top: 16px;
  max-width: 70% !important;
}

.gform_wrapper .gform_footer {
  text-align: center;
  margin-bottom: 20px !important;
  margin-top: 40px !important;
}

.gform_wrapper h1 {
  font-weight: bold !important;
}

.gform_wrapper h2 {
  font-weight: bold !important;
}

.gform_wrapper h3 {
  font-weight: bold !important;
}

li#field_1_44 {
  text-align: center;
}

.link-tag {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.top-to-page {
  position: fixed;
  z-index: 999;
  right: 0;
  text-align: center;
  color: #fff !important;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .4s;
  transition: all .4s;
  border: none;
  outline: none;
  bottom: 56px;
  width: 150px;
  height: 50px;
  background-color: #000;
  font-style: italic;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  line-height: 50px;
  color: #fff !important;
  opacity: 0;
  pointer-events: none;
  transition: all .4s;
  margin-bottom: 270px;
  border: none;
  margin-left: -8rem;
}

.top-to-page.active {
  pointer-events: auto;
  opacity: 1;
}

.back-to-top {
  z-index: 90;
  position: fixed;
  bottom: -100px;
  right: 1rem;
  margin-bottom: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding-top: 0.4rem;
  font-size: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  background-color: #003867;
}

.back-to-top a {
  color: #ffffff;
}

.btn-scroll-top
{
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 150px;
    height: 50px;
    text-align: center;
    border:none;
    background-color: #000000;
    color: #ffffff;
    font-style: italic;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    opacity: 0;
    transition: all .4s;

}

.btn-scroll-top:hover
{
    color: #000000;
    background-color: #ffffff;
}

.btn-scroll-top.active-scroll
{
    bottom: 60px;
    pointer-events: auto;
    opacity: 1;
}



@media (min-width: 1025px) and (max-width: 1200px) {
  .blog-content {
    /* padding: 0px 55px !important;*/
    width: 260px;
  }
}

@media (max-width: 1023px) {
  .col-md-12.box1bild {
    display: none !important;
  }
  p.listSprungMark2 {
    width: 100% !important;
  }
  .text-link {
    width: 80%;
  }
  .gform_wrapper {
    margin-bottom: 16px;
    margin-top: 16px;
    max-width: 100% !important;
  }
}

@media (min-width: 1024px) {
  .slider {
    display: none !important;
  }
  .bildSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 40px;
  }
  p.pargrapheBildSection {
    margin-left: 30px;
    position: relative;
    top: 15px;
  }
  .offset-md-3.col-md-6.profSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .InfoProf {
    margin-left: 30px;
  }
  .InfoProf p {
    font-style: italic;
}
  .video {
    text-align: center;
    position: relative;
  }
  img.HomeImage {
    width: 100%;
  }
  img.KontaktBild {
    height: 430px;
  }
}


@media (min-width: 300px) and (max-width: 340px) {

     .blog-content.mobile {
    width: 250px !important;
    margin-left: 20px;
  }
}



@media (min-width: 340px) and (max-width: 350px) {

     .blog-content.mobile {
    width: 272px !important;
    margin-left: 20px;
  }
}


@media (min-width: 340px) and (max-width: 380px) {
  .blog-content.mobile {
    width: 290px !important;
    margin-left: 20px;
  }
  .link-blog-content {
    
  }
  p.themap1 {
   
  }
}

@media (min-width: 400px) and (max-width: 420px) {
.blog-content.mobile 
{
    width: 350px !important; 
    margin-left: 20px;
  }

    }

@media (min-width: 450px) and (max-width: 499px) {
.blog-content.mobile 
{
    width: 380px !important; 
    margin-left: 25px;
  }

    }


@media (min-width: 500px) and (max-width: 618px) {
  .blog-content.mobile {
    width: 375px !important; 
    margin-left: 20px;
  }
  .link-blog-content {
    right: auto !important;
  }
}

@media (min-width: 500px) and (max-width: 600px) {
  .blog-content.mobile {
    margin-left: 65px !important;
  }
}

@media (min-width: 620px) and (max-width: 767px) {
  .blog-content.mobile {
    width: 450px !important;
  }
  
}

@media (min-width: 768px) and (max-width: 990px) {
  .blog-content.mobile {
    margin-left: 35px !important;
    width: 620px !important;
  }
 
}

@media (width: 991px) {
  .blog-content.mobile {
    width: 650px !important;
  }
 
}

@media (width: 992px) {
  .blog-content.mobile {
    margin-left: 35px !important;
    width: 850px !important;
  }
 
}

@media (min-width: 993px) and (max-width: 1023px) {
  .blog-content.mobile {
    margin-left: 35px !important;
    width: 850px !important;
  }
 
}

@media (width: 1024px) {
  .blog-content {
    width: 267px;
  }
  .text-link {
    width: 300px;
  }

}

@media (max-width: 768px) {
  a.themalink {
    font-size: 11px !important;
  }
  .col-md-12.space1 {
    min-height: auto !important;
  }
 
}
/*
@media (min-width: 992px) {
  .sprungmarkeBox {
    margin-left: 9.333333%;
    margin-right: 9.33333%;
  }
  .card.yellowbox.height-100.height-100-bottom.sprungmarkeAllLinkBox {
    margin-left: 9.333333%;
    margin-right: 9.33333%;
    margin-bottom: 36px;
  }
  .link1 {
    right: 6rem;
    position: relative;
  }
  .link2 {
    position: relative;
    right: 3rem;
  }
  li.link3 {
    position: relative;
    
  }
  li.link4 {
    position: relative;
    left: 3rem
  }
  .card.yellowbox.height-100.height-100-bottom.KontaktGelbBox {
    margin-left: 9.333333%;
    margin-right: 9.33333%;
  }
}
*/
@media (min-width: 768px) and (max-width: 1023px) {
  p.listSprungMark2 {
    width: 500px !important;
  }
  p.pargrapheLinkSeite {
    width: 500px !important;
  }
}

@media (max-width: 1024px) {
  .bildCenter {
    text-align: center;
    margin-bottom: 30px;
  }
  .InfoProf {
    text-align: center;
  }
}

@media (min-width: 300px) and (max-width: 400px) {
  p.list-padigt {
    width: 100% !important;
  }
}

@media (min-width: 399px) and (max-width: 766px) {
  p.list-padigt {
    margin-top: 25px;
  }
  .col-md-4.item-kurse {
    top: 19px;
  }
  .col-md-4.offset-lg-2 {
    height: 100% !important;
  }
}

@media (min-width: 410px) and (max-width: 700px) {
  .col-md-4.offset-lg-2 {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 767px) {
  h1 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold !important;
    font-size: 1.25rem;
  }
  h2 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold !important;
    font-size: 1.25rem;
  }
  h3 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold !important;
    font-size: 1.25rem;
  }
  h4 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold !important;
    font-size: 1.25rem;
  }
  h6 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold !important;
    font-size: 1.25rem;
  }
  .col-md-6.box1 {
    margin-bottom: 15px;
  }
  .col-md-12.contentGelbBoxKontakt {
    text-align: center;
  }
}

@media (min-width: 280px) and (max-width: 768px) {
  .title-text h2 {
    font-size: 20px !important;
  }
}



@media (min-width: 280px) and (max-width: 1024px) {
  img.HomeImage {
    width: 100%;
  }
}

@media (width: 768px) {
  .box-image {
    min-height: auto;
  }
  .box-image img {
    width: 100%;
    min-height: auto;
  }
  img.bildEbene8 {
    top: 70px;
  }
  img.bildEbene7 {
    top: 80px !important;
  }
  img.bildEbene9 {
    top: 40px;
  }
}

@media (min-width: 300px) and (max-width: 1024px) {
  .box-title h2 {
    font-size: 20px;
  }
  .card.graybox {
    height: 100%;
    margin-bottom: 2rem;
  }
  .card.yellowbox {
    height: 100%;
    margin-bottom: 40px;
  }
  .card.orangebox {
    height: 100%;
    margin-bottom: 2rem;
  }
  .card.darkgraybox {
    height: 100%;
  }
  .text-link h4 {
    margin-bottom: 20px;
  }

}

@media (max-width: 998px) {
  button#top {
    display: none;
  }
  .col-md-4.ContrastB {
    display: none;
  }
}

@media (min-width: 250px) and (max-width: 767px) {
  .phone-white-section {
    margin-top: 36px;
    display: inline-block;
  }
  .mail-white-section {
    display: inline-block;
  }
}


.col-md-8.offset-md-2.width-auto {
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .col-md-8 {
    max-width: 100% !important;
    margin-left: 0;
  }
  .col-md-10 {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .sprungmarkeAllLinkBox {
    height: 100%;
    width: 650px;
  }
}

@media only screen and (min-width: 999px) {
  .col-md-12.contrastFixedMobile.contrastFixedMobileContras {
    display: none;
  }
  .fixed-boxes-mobile {
    display: none;
  }
  .col-md-12.space8 {
    display: none;
  }
}


@media only screen and (min-width: 1000px) and (max-width: 1450px) {
  li.login-title {
    font-size: 22px;
  }
  li.login-title a {
    font-size: 11px;
  }
  li.jetzt-buchen a {
    font-size: 11px;
  }
  li.teilen-pg {
    font-size: 22px;
  }
}
/*
@media only screen and (min-width: 400px) and (max-width: 998px) {
  .LoginIcn {
    position: relative !important;
    top: 20px !important;
  }
  .neuanmelden {
    position: relative !important;
    margin-top: 11px !important;
  }
}
*/

@media only screen and (max-width: 998px) {
  ul.StykBox {
    display: none;
  }
}

@media only screen and (min-width: 400px) and (min-width: 430px) {
  h5.LogTitle {
    line-height: 24px;
  }
}

@media only screen and (min-width: 1024px) {
  ul.header-line--ul-left {
    position: relative;
    left: 8px;
  }
}

@media (max-width: 700px) {
  .form-inline {
    display: none;
  }
}

@media (min-width: 701px) {
  .search-only-mobile {
    display: none !important;
  }
}

@media (min-width: 600px) and (max-width: 620px) {
  .search-only-mobile {
    margin-right: -50px !important;
  }
}

@media (min-width: 630px) and (max-width: 650px) {
  .search-only-mobile {
    margin-right: -70px !important;
  }
}

@media (min-width: 660px) and (max-width: 680px) {
  .search-only-mobile {
    margin-right: -75px !important;
  }
}

@media (min-width: 690px) and (max-width: 700px) {
  .search-only-mobile {
    margin-right: -92px;
  }
}

@media (min-width: 710px) {
  .search-only-mobile {
    display: none;
  }
}

@media (min-width: 767px) {
  .Beschreibung {
    margin-left: 10%;
  }
  .infoRightGelbBox {
    margin-left: 5%;
  }
}


h1.title1.search-title {
  margin-top: 30px;
}

.box-result-search {
  background-color: #ffcc7e;
  width: 556px;
  height: 181px;
  padding: 30px 10px 20px 40px;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 35px;
}

.box-result-search h4.search-title-form {
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 40px;
  margin-bottom: 20px;
}

.box-result-search form#searchform {
  margin-left: 34px;
}

.box-result-search .search-input-results {
  position: absolute;
  margin-bottom: 20px;
  width: 358px;
  height: 28px;
  border: 1px solid #898989;
}

.box-result-search .search-input-results:focus {
  border: 1px solid #898989;
}

.box-result-search button.btn.btn-primary.mb-2.search-button-results {
  margin-top: 50px;
  background-color: #4C4C4C;
  color: #fff;
  height: 35px;
  width: 105px;
  padding: 0px 10px;
  border: 1px solid #4C4C4C;
  outline: 0px;
  border-radius: 0%;
}

@media only screen and (max-width: 768px) {
  .box-result-search {
    background-color: #ffcc7e;
    margin: auto;
    width: 100%;
    height: 181px;
    padding: 30px 10px 20px 40px;
    margin-bottom: 50px;
    margin-top: 40px;
  }
  h4.search-title-form {
    margin-left: 40px;
  }
  form#searchform {
    margin-left: 0px;
  }
  .box-result-search .search-input-results {
    width: 220px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 380px) {
  .box-result-search form#searchform {
    margin-left: 0px;
    position: relative;
    right: 20px;
  }
  .box-result-search h4.search-title-form {
    margin-left: 0px;
    right: 20px;
    position: relative;
  }
  .box-result-search .search-input-results {
    width: 100%;
  }
}

.search-results-pagination {
  margin-bottom: 5rem !important;
}

.search-results-pagination .page-navi.meta {
  color: RGB(38, 166, 154);
  font-size: 20px;
  font-weight: normal;
  border: solid 1px #dddddd;
  padding: 10px 20px;
  padding-left: 0;
  border-radius: 3px;
}

.search-results-pagination .page-numbers {
  padding: 1px 2px;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: normal;
  margin-left: 5px;
  color: #000;
  font-weight: bold;
}

.search-results-pagination .page-numbers.current {
  padding: 5px 8px;
  background: #ffcc7e;
  color: #000;
  font-weight: 600;
}

.search-results-pagination span.first-number {
  padding: 5px 8px;
  background: #ffcc7e;
  color: #000;
  font-weight: 600;
}

.search-results-pagination .page-navi .prev {
  float: left;
  margin-right: 0;
  margin-top: -10px;
  border-right: solid 1px #eee;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: normal;
}

.search-results-pagination .page-navi .next {
  float: right;
  margin-top: -10px;
  border-left: solid 1px #ddd;
  border-right: none;
  border-top: none;
  border-bottom: none;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
}

.search-results-pagination .title-content-search {
  margin-bottom: 30px;
  max-width: 500px;
}

.search-results-pagination .title-search {
  margin-bottom: 4px;
}

.search-results-pagination .numeric-pagination {
  /* margin: auto; */
  margin-bottom: 30px;
  margin-top: 30px;
  /*margin: 1px auto 30px auto;*/
  border-bottom: 1px solid #000;
  padding-bottom: 12px;
  max-width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.search-results-pagination .numeric-pagination.bottom {
  border-top: 1px solid #000;
  border-bottom: none;
  padding-top: 12px;
}

.search-results-pagination h3.search-title-results {
  font-weight: bold;
  text-align: center;
}

.search-results-pagination mark.searchwp-highlight {
  background-color: #ffcc7e;
}

.search-results-pagination i.fas.fa-arrow-right.search {
  margin-right: 10px;
}

.search-results-pagination .content-search {
  margin-left: 20px;
}

.search-results-pagination i.fas.fa-angle-double-right.search {
  font-size: 13px;
  margin-left: 4PX;
}

.search-results-pagination a.prev.page-numbers {
  display: none;
}

.search-results-pagination a.next.page-numbers {
  display: none;
}

@media only screen and (min-width: 768px) {
  .search-results-pagination {
    margin: auto;
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-results-pagination {
    margin: auto;
    width: 80%;
  }
}

.offset-lg-2.col-md-8.white-section p {
  word-break: break-all;
}


input[type="text"].inputFullScrean::-webkit-input-placeholder {
  color: #fff !important;
}

p.menu-close {
  position: relative;
  margin-left: -22px;
  line-height: 1.3;
  display: none;
  margin-top: 35px;
  text-align: end;
}

span.close-word {
  margin-left: -5px;
}

p.menu-close.display-block {
  display: block;
}






