/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local(''),
         url('/resources/fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('/resources/fonts/robli.splide__slideoto-v20-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
		 font-display: swap;
  }
  
  /* roboto-regular - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('/resources/fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('/resources/fonts/roboto-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
		 font-display: swap;
  }
  
  /* roboto-700 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local(''),
         url('/resources/fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('/resources/fonts/roboto-v20-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
		 font-display: swap;
  }
  
  /* roboto-900 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local(''),
         url('/resources/fonts/roboto-v20-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('/resources/fonts/roboto-v20-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
		 font-display: swap;
  }
  
/* roboto-slab-300 - latin */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: local(''),
         url('/resources/fonts/roboto-slab-v13-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('/resources/fonts/roboto-slab-v13-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
		 font-display: swap;
  }
  
  /* roboto-slab-regular - latin */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('/resources/fonts/roboto-slab-v13-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('/resources/fonts/roboto-slab-v13-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
		 font-display: swap;
  }
  
  /* roboto-slab-500 - latin */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 500;
    src: local(''),
         url('/resources/fonts/roboto-slab-v13-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('/resources/fonts/roboto-slab-v13-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
		 font-display: swap;
  }
  

.bettinger-headerbild .flexhead {
    position: relative;
}
.anchor-link {
    display: flex;
    width: fit-content;
    font-family: 'Roboto', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 17px;
    font-weight: 500;
    background: white;
    border: 1px solid white;
    padding: 5px 15px;
    border-radius: 20px;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.anchor-link:hover, .anchor-link:focus {
    background: #ff6f15;
    border-color: #ff6f15;
    color: white !important;
}

  
body {
  font-family: 'Roboto Slab', serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  color: #222;
}  
.black {
    color: #646464!important;
}
h1, h2, h3, h4, h5, h6, button {
  font-family: Roboto, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 124%;
}

    p, #formular input, #formular textarea {
        font-family: 'Roboto Slab', serif !important;
        font-weight: 400;
    }
        p {
            margin: 0!important;
        }
            b, strong {
            	font-weight: 500!important;
            }
                a:focus {
                    outline: none!important;
                }

.lock-scroll {
	/* position: fixed; */
    overflow: hidden;
	width: 100%;
}

.mtb {
    overflow-x: hidden;
    margin-top: -10px;
}  
.mtb.nomargin {
            margin-bottom: 0 !important;
        }

#bettinger .navbar-fixed-top, .navbar-fixed-bottom {
    padding: 0;
    background-color: transparent;
    position: absolute;
    height: 115px;
    transition: .5s ease;
}
.navbar-brand {
    position: absolute;
    margin-top: 50px;
    margin-left: 40px !important;
    padding: 0!important;
    height: auto!important;
}
.navbar-brand.topp {
    margin-top: 100px;
}
    .navbar-brand img {
        width: 300px;
        height: auto;
    }

#logoMenuBar {   
   width: 100%;
   /* max-width: 1920px; */
   max-width: 100%;
   margin: auto;
}  
    #logoMenuBar > div {
        height: 100%;
        /* width: 100%; */
        position: absolute;
    }  

#NavBar {
    position: fixed;
    right: 145px;
    margin-top: 50px;
    transition: .5s ease;
}
    #NavBar li {
        list-style: none;
        border: none;
        background:#fff;  
        padding: 20px 20px 20px 34px;
    }
        #NavBar li.start {
            padding: 16px 75px 16px 33px;
        }
            #NavBar ul ul {
                position: absolute;
                visibility: hidden;
                top: 65px;
                left: 0;
                width: 100%;
                -webkit-transition: visibility .2s ease-in-out;
                -moz-transition: visibility .2s ease-in-out;
                -o-transition: visibility .2s ease-in-out;
                transition: visibility .2s ease-in-out;
            }
                #NavBar img {
                    width: 30px;
                    height: 27px;
                    position: absolute;
                    top: 20px;
                    right: 10px;
                }
                    #NavBar ul {
                        padding-left: 0;
                        -moz-box-shadow:   5px 10px 25px rgba(0,0,0,0.16);
                        -webkit-box-shadow: 5px 10px 25px rgba(0,0,0,0.16);
                        box-shadow:         5px 10px 25px rgba(0,0,0,0.16);
                    }
                        #NavBar:hover > img {
                            transform: rotate(180deg);
                            transform-origin: center center;
                            transition: .25s ease-in-out;
                            cursor: pointer;
                        }            
                            #NavBar:hover > ul ul {
                                visibility: visible;
                            }           
                                #NavBar ul li a {
                                    color:#000;
                                    padding: 15px;
                                    font-weight: 300;
                                }

.header-nav .collapse {
    display: block!important;
    overflow-y: hidden !important;
    height: 100%;
    width: 0%;
    position: fixed;
    right: 0;
    float: right;
    background: #ff6f15;
    z-index: 9;
    top: 0;
	transition: .5s;
	padding: 0!important;
    /* position: absolute; */
    /* height: 100vh; */
}
.header-nav.active .collapse {
    display: block!important;
    overflow-y: scroll !important;
    height: 100%;
    width: 75%;
    position: fixed;
    right: 0;
    float: right;
    background: #ff6f15;
    z-index: 9;
    top: 0;
	transition: .5s;
    /* position: absolute; */
    /* height: 100vh; */
}
    .header-nav.show {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(255,111,21,0.97);
        z-index: 10;
        opacity: 1;
        -webkit-transition: opacity 0.6s linear;
        transition: opacity 0.6s linear;
        width: 66.6666%
    }  
        .header-nav.show .header-nav__inner {
            display: flex;
            height: 100%;
            overflow: auto;
            /* align-items: center; */
        }
            .header-nav li a {
                display: block;
            }

.imgplace {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 750px;
    display: flex;
    background-position: center;
    flex-direction: column;
}

        .imgplace .container {
            margin: 0;
            padding: 0 40px 50px 50px;
            width: 100%;
            max-width: 1920px;
            margin: auto;
        }

nav ul.nav {
    padding: 150px;
    padding-bottom: 0;
    width: 100%;
	height: 100%;
    text-align: center;
    overflow: auto;
    display: block;
    position: relative;
    background: transparent;
    box-shadow: none;
    border: none!important;
}
    nav ul li {
        padding: 0 0 40px 0;
        list-style-position: inside;
        text-indent: -2em;
        margin-left: 2em;
        list-style-type: none;
    }
        nav ul li.button-drop, nav ul.dropdown-menu li {
            padding: 0;
        }
            nav ul {
                display: flex;
            }
            nav ul li {
                list-style: none;
				display: table;
            }
            nav ul li a {
                display: inline-block;
                color: white!important;
                position: relative;
                text-decoration: none;
                transition: color .5s ease-in-out;
            }
                ul.dropdown-menutwo li, ul.dropdown-menutwo {
                    padding: 0!important;
                    margin: 0!important;
                }
                ul.nav {
                    flex-direction: column;
                }
                    .nav li .dropdown-menu, .nav li .dropdown-menutwo {
                        display: none;
                        position: relative;
                        width: 100%;
                        left: -33px;
                        padding: 0;
                        margin: 0;
                        text-align: left;
                        margin-top: 0;
                        background: transparent;                      
                        box-shadow: none;
                        
                        top: inherit;
                    }
                    .nav li .dropdown-menutwo {
                        margin-bottom: 15px;                   
                    }
                        li.button-dropdown a span, li.parent a span {
                            margin-right: 15px;
                        }
                            button.navbar-toggle {
                                display: block!important;
                            }
                                .navbar-default {
                                    /* background: transparent!important; */
                                    border: none!important;
                                }


/* #NavBar li.start:hover > ul {
    visibility: visible;
    text-decoration: none; 
} */


/*************************** NAVI STANDORTE ************************/

.device-menu {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 11;
    background-color: #FF6F15;
    width: 65px;
    height: 65px;
    display: block;
    margin-left: 20px;
    margin-top: 50px;
    margin-right: 50px;
    transition: .5s ease;
}
    .device-menu:hover, .device-menu.open:hover {
        cursor: pointer;
    }  
        .device-menu.open {
            background: #fff;
        }
            .device-menu.open span {
                background: #ff6f15;
            }
                .device-menu .device-menu__inner {
                    width: 30px;
                    height: 18px;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                }  
                    .device-menu span {
                        position: absolute;
                        width: 100%;
                        height: 2px;
                        left: 0;
                        background-color: #fff;
                        top: 5px;
                        left: 0;
                    }
  
.device-menu span:nth-child(1) {
    top: 0;
    -webkit-transition: rotate, 0.3s;
    transition: rotate, 0.3s;
}
    .device-menu span:nth-child(2) {
        top: 50%;
    }
        .device-menu span:nth-child(3) {
        top: 100%;
        -webkit-transition: rotate, 0.3s;
        transition: rotate, 0.3s;
        }
            .device-menu.open span:nth-child(1) {
                top: 10px;
                right: 0;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }  
                .device-menu.open span:nth-child(2) {
                    opacity: 0;
                }  
                    .device-menu.open span:nth-child(3) {
                        top: 10px;
                        right: 0;   
                        -webkit-transform: rotate(-45deg);
                        transform: rotate(-45deg);
                    }

.infos.col-md-6 {
    display: inline-block;
    float: none;
    margin-left: 50px;
    width: 33%;
}  
   
/************************fixed sidebar***********************/  

.container.bars {
    width: 100% !important;
    max-width: inherit !important;
    background-color: #fff;
    padding-right: 0;
    padding-left: 0;
}

.side_bar {
    float: right;
}
    .side_bar table {
        table-layout: fixed;
        width: 93%;
        margin-top: 0;
        display: table;
    }   
        .side_bar h1 {
            color: #fff !important;
            /* border: none;
            text-transform: none;
            display: inline-block;
            padding: 0;
            margin-bottom: 0; */
        }
            .side_bar .listofhours,
            .side_bar .listofvacay {
                overflow: hidden;
            }
			
			.listofvacay span {
				color: #fff !important;
				text-transform: none;
				text-align: left;
				font-size: 17px;
				font-weight: 400 !important;
				line-height: 250%;
			}			
			.listofvacay div {
				display: inline-block;
			}
			span.vacay-dauer {
				padding-left: 30px;
			}

#bettinger .fixed-sidemenu {
    background-color: #ff6f15;
    /* padding: 100px; */
    padding: 5% 5% 5% 6%;
    width: calc(33.33333% + 2%);
    max-width: calc(33.33333% + 2%);
}
    .fixed-sidemenu h2, #bettinger .fixed-sidemenu p, .fixed-sidemenu ul li {
        color: #fff !important;
        text-transform: none;
        list-style-type: none;
        text-align: left;
        font-size: 17px;
        font-weight: 400 !important;
    }
        .fixed-sidemenu ul li {
            padding: 5px 0;
            font-family: 'Roboto Slab', serif;
			
        }
            .fixed-sidemenu [class*='col-md'] {
                width: auto;
                max-width: max-content;
                margin-right: 30px;
                padding: 0;
            }
                .fixed-sidemenu p {
                    padding-top: 10px!important;
                    margin-bottom: 80px!important;
                }
                    /* .col-md-4.sidebar.fixed-sidemenu {
                        width: calc(33.33333% + 2%);
                        max-width: calc(33.33333% + 2%);
                    } */

.bars {
    position: relative;
    display: block;
    background: #fff;
}        
    .bars .inner-body h1:last-of-type,
    .bars .sidebar h1 {
        margin-bottom: 60px!important;
    }
        .bars .inner-body {
            padding: 50px 90px;
        }
            .bars .col-md-8 {
                width: calc(66.666667% - 2%);
                max-width: calc(66.66666% - 2%);
                background: #fff;
                padding: 0!important;
            }
                /* .bars .col-md-8 {
                    padding:0;
                } */
                    /* .bars .sidebar h1 {
                    margin-right: 67px!important; 
                    margin-bottom: 60px!important;
                    }*/
.hidethis {
    display: block;
    visibility: hidden;
}

/*******************Sidebar menu lvl2+ Links************************/  

/* li.bet_linklvl2 {
	list-style-type: none;
} */

.germersheim .kompetenz.col-md-6 {
    width: 53%;
    max-width: 53%;
}

/*******************TAGS************************/  

.grey {
    background: transparent!important;
}

body#bettinger {
    background-color: #f5f5f5;
}

#bettinger h2 {
    font-size: 30px;
    font-weight: 700;
    color: #575757;
    margin-top: 0;
    text-transform: none;
}
    #bettinger .splidetwo li h2 {
        margin-bottom: 25px;
        line-height: 140%;
        min-height: 126px;
    }


#bettinger h3 {
    font-size: 23px;
    font-weight: 600!important;
    margin-bottom: 30px;
    color: #575755;
    text-transform: none;
    margin-top: 10px;
}
    #bettinger .splide h3, #bettinger .splidetwo h3 {
        margin-bottom: 30px;
        margin-top: 0;
    }

#bettinger p, #bettinger .footercon .imprint a {
    font-family: 'Roboto Slab', serif !important;
    font-size: 17px;
    padding: 0;
    font-weight: 300;
    text-align: left;
    line-height: 195%;
}
.col-md-12.imprint {
	text-align: right;
}
.imprint a {
	color: #ff6f15;
	padding-right: 50px;
	margin: 15px 0;
	text-decoration: none;
}

#bettinger h1, .imgplace span, .landingh1 {
    font-size: 50px;
    margin: 0px;
    font-weight: 700;
    font-family: Roboto, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    color: #646464;
}
    .imgplace span, .landingh1 {
        font-size: 65px;
        line-height: 124%;
    }
    #bettinger h1.orange, #bettinger h3.orange, #bettinger .col-md-6.bereich div.orange p, .orange {
        color: #ff6f15;
    }
        #bettinger h1.grey, #bettinger h3.grey, .grey {
            color: #646464;
        }
            #bettinger h1.white, #bettinger h3.white, #bettinger h2.white, #bettinger h2.white,
            #bettinger .col-md-6.bereich div.white p, .white {
                color: #fff;
            }
                #bettinger .col-md-6.bereich div.black p {
                    color: #000;
                }
                    #bettinger .braun {
                        color: #A3885D;
                    }

.footercon .col-md-8 p {
    margin: 0;
    color: #fff;
    font-weight: 400!important;
}
    .footercon .col-md-12 {
        padding: 0;
    }

#bettinger ul.nav a {
    color: #fff;
    font-size: 25px;
    font-weight: 300 !important;
    font-family: Roboto, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    line-height: 141%;
    letter-spacing: 1.5px;
    text-align: left;
}
    #bettinger ul.nav h1 {
        color: #fff;
        margin-bottom: 40px;
        text-align: left;
    }
        #bettinger ul.nav a:hover {
            font-weight: 500!important;
        }
            #bettinger ul.nav a.level2-link, #bettinger ul.nav a.dropdown-toggletwo {
                font-size: 17px;
                padding: 14px 0!important;
                font-weight: 400!important;
            }
                #bettinger ul.nav a.dropdown-toggletwo {
                    padding: 14px 0!important;
                }
                    #bettinger ul.nav a.dropdown-toggle.active {
                        margin-bottom: 10px;
                    }
                        #bettinger ul.nav ul.dropdown-menutwo a.dropdown-toggletwo {
                            padding: 0!important;
                        }

nav ul .drop-menu {
    display: none;
}
    .navbar-right .social {
        display: flex;
        position: absolute;
        right: 0;
        margin-right: 25px;
    }
        .navbar-right .social div {
            width: 35px;
            height: 35px;
            position: relative;
            /* border: 1px solid #fff; */
            margin-left: 30px;
}

.dropdown-menu > li > a.level2-link:hover,
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: transparent!important;
}
    .dropdown-toggle::after {
        border: none;
		display: none!important;
    }
        .dropdown-menu > li > a:hover, .dropdown-menu > li > a.active, .dropdown-menu > .active > a {
	        background: transparent !important;
        }

/******************* Table Stuff *********************/


#bettinger .inhalt table tr/*, table*/ {
    border: none;
    width: 100%;
    display: inline-block;
}
table, table tr {
    border: none;
}
    #bettinger table td {
        font-size: 17px;
        padding-right: 20px;
        font-family: 'Roboto Slab', serif;
        font-weight: 100;
        color: #000;
        line-height: 195%;
    }
    #bettinger .inhalt table td {
        display: inline-block;
        font-weight: 400;
    }
        #bettinger .inhalt table td {
            font-size: 17px;
            padding: 0;
            line-height: 195%;
            padding: 0 15px;
            display: inline-block;
        }
            #bettinger .inhalt table td:first-of-type {
                width: 40px;
                padding: 0;
            }
                #bettinger a, #bettinger a p {
                    color: #ff6f15;
                    font-weight: 400;
                    text-decoration: none!important;
                    /* font-size: 15px; */
                }

.drops-toggle.active {
    display: none;
}
.content-area {
    padding:0;
}
.splide-sidetext .col-md-6.bereich {
    padding: 0;
    min-height: 385px;
}
.col-md-6.bereich  {
    padding: 0px;
    min-height: auto;
}
    .orange-background {
        background-color: #ff6f15;
    }
        .darkgray-background {
            background-color: #646464;
        }
            .mediumgray-background {
                background-color: #9D9D9D;
            }
                .lightgray-background {
                    background-color: #F5F5F5;
                }
                    .white-background {
                        background-color: #ffffff;
                    }
                        .brown-background {
                            background-color: #A3885D;
                        }

.inner-body {
    padding: 50px;
	
        padding-top: 50px!important;
        padding-bottom: 50px!important;
    height: 100%;
}

/******************** Button animiert **********************/

/*BUNDLE LATER*/
#bettinger .splide-split.two .pic p {
    margin-right: 55px!important;
    position: absolute;
}
    #bettinger .pic p {
        font-family: Roboto, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif !important;
        letter-spacing: 1.4px;
        position: relative;
        top: 0;
        margin: 0 !important;
        white-space:nowrap;
    }

.splide-split.two #cf {
    margin-top: unset;
    position: absolute;
    bottom: 30px;
    right: 30px;
    /* height: 25px; */
}
    .splide-split.two #cf img.bottom {
        position: absolute;
        top: unset;
    }
        .splidetwo .pic {
            justify-content: unset;
        }

#cf {
    display: inline-block;
    margin-top: 40px;
    width: 100%;
    height: auto;
}
    #cf .pic:hover > img.bottom, .MS-right:hover > img,
    .MS-left:hover > img {
        right: -12px;
        width: 55px;
        cursor: pointer;
        /* height: 5px; */
    }
        #cf img.bottom, .MS-right img, .MS-left img {
            right: 0;
            width: 45px;
            height: 5px;
            transition: .2s ease;
            overflow: hidden;
            position: relative;
            margin-left: 10px;
        }

.pic {
    /* background: url(); */
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 33px;
}
  .pic p:hover {
        cursor: pointer;
  }


/***********************************BILD / TEXT MODUL***********************************/

.text-bild-modul {
    width: 100%;
}
    .text-bild-modul #cf {
        position: relative;
        bottom: 0;
    }

.bild {
    min-height: 400px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
    .bildRechts {
        display: flex;
        flex-direction: row-reverse;
    }
        .bildRechts.position-modul [class*='col-md'] {
            left: 0;
        }
    
div.container.text {
    padding: 0;
    /* margin: 0; */
    width: 100%;
    max-width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.verhaeltnis.text.inner-body { 
    padding: 100px 50px;
/* position: relative; */
    padding-top: 100px;
    position: relative;
    padding-bottom: 100px;
}

.position-modul {
    height: auto;
    max-height: unset;
    display: flex;
    align-items: center;
}
    .position-modul [class*="col-md"] {
        padding: 0;
        min-height: 100%;
        max-width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 650px;
        position: relative;
        transform: none;
        display: block;
    }

.text.bereich {
    position: relative;
    transform: none;
    display: block;
    height: auto;
}
    [class*='col-md-'].text.bereich {
        padding: 0;
        /* height: 650px; */
    }
        #noMedia [class*="col-md-"].text.bereich, #noMedia, #noMedia [class*="col-md"] {
            height: auto;
        }
        #noMedia .inner-body {
            padding: 50px;
        }

.sub {
    margin-bottom: 62px;
} 



/*********************************** TEXTMODUL / Kacheln? / Zweispalter ***********************************/

.container.textmodul {
    margin: 0 auto;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}
#bettinger .zweispalter-spezialbereiche {
    display: flex;
    padding:0;
    flex-wrap: wrap;
}
    .zweispalter-spezialbereiche .inner-body p {
        margin-bottom: 40px;
        line-height: 195%;
    }
    .zweispalter-spezialbereiche .pic p {
        margin:0 0 10px;
    }

.textmodul [class*='col-md'] {
    padding: 15px;
    min-height: auto;
}
.zweispaltig p {
    column-count: 2;
    column-gap: 130px;
}
.einfach h3 {
    margin: 0;
}

/* .bettinger-headerbild .container {
    width: 100%;
    max-width: 1920px;
    margin: auto;
} */
/* .einfachtext .col-md-8 {
    padding: 0 50px;
} */



/*********************************** AKKORDEON ***********************************/

#bettinger .accordion h2 {
    color: #ff6f15;
    margin: 0;
    text-align: left;
}
    #bettinger .accordion a.popopen.vorschau {
        bottom: 0;
        right: 0;
        transition: .25s ease;
    }

button.accordion {
    position: relative;
    padding: 100px 50px 65px;
    border: none;
    border-bottom: 1px solid #707070;
    width: 100%;
    /* height: inherit; */
    background-color: transparent;
    transition: 0.3s;
}
    button.accordion:first-of-type {
        padding-top: 50px;
    }

.accordion__header {
    position: relative;
    background-color: transparent;
}
    .accordion .accordion__content {
        background-color: transparent;
        border: none;
        outline: none;
        opacity: 0;
        max-height: 0;
        transition: 0.3s;
        width: 100%;
        overflow: hidden;
		cursor: default;
    }
        .accordion__img .col-md-4 {
            height: auto;
            /* padding: 0; */
            max-width: 30%;
            padding-left: 100px;
        }
            .accordion__content img {
                height: 100%;
                width: 100%;
                padding: 0;
                margin-left: 50px;
                object-fit: cover;
            }
                .accordion.active .accordion__content {
                    opacity: 1;
                    max-height: 100%;
                    margin-top: 50px;
                }
                    .accordion.active .popopen.vorschau {
                        transform: rotate(45deg);
                        transition: .3s
                    }
                        .accordion__content [class*="col-md"] {
                            padding: 0;
                        }

/* .akkordeon {
    position: relative;
}
.accordion {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    box-shadow: none;
}
input[type='radio'] {
    display: none;
}  
input[type='radio']:checked ~ .accordion__content.accordion__content--small {
    height: auto;
    padding: 0 50px 60px 50px;
    float: none;
    display: flex;
}
label {
    position: relative;
    display: block;
    padding: 0;
    background: transparent;
    color: #ff6f15;
    width: 100%;
    cursor: pointer;
    transition: all .5s ease;
    padding: 100px 50px 0 50px;
}     */
/* label:after {
    position: absolute;
    right: 1em;
    width: 1em;
    height: 1em;
    background: transparent;
} */
/* 
.akkordeon label h2 {
    color: #ff6f15!important;
    margin-bottom: 50px!important;
}
.accordion__content {
    overflow: hidden;
    height: 0px;
    position: relative;
    padding: 0 1.5em;
    box-shadow: none;
    background: transparent;
    color: #111;
    transition: height .5s cubic-bezier(0.865, 0.140, 0.095, 0.870);
}
.akkordeon, .akkordeon:first-of-type {
    border-bottom: 1px solid #707070;
}  
.akkordeon .popopen {
	background-image: url(media/bettinger_mehr_grafik.png);
	width: 40px;
	height: 40px;
	display: flex;
	position: absolute;
	right: 50px;
	top: 50%;
}
input[type='radio']:checked ~ .akkordeon .popopen, 
input[type='radio']:checked > .akkordeon .popopen, 
input[type='radio']:checked + .akkordeon .popopen {
    transform: rotate(29deg);
}
.accordion__content.col-md-4 {
    height: auto;
    padding: 0;
    max-width: 30%;
    padding-left: 100px;
} */
/* .accordion {
}
.accordion__input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 50px;
    cursor: pointer;
    opacity: 0;
}
#bettinger input[type="radio"],
#bettinger input[type="checkbox"] {
    position: absolute;
    height: 170px;
    top: 25px !important;
    margin: 0;
}
.accordion__input:checked ~ .accordion__header a.popopen {
    transform: rotate(45deg);
    transition: .25s ease;
}
.accordion__input:checked ~ .accordion__content {
    height: auto;
    display: flex;
    transition: .25s ease;
    margin-top: 50px;
}
.accordion__content .col-md-4 {
    height: auto;
    position: relative;
    margin: 0;
}
.accordion__content .col-md-8 {
    padding:0;
} */
/* button.accordion.active .accordion__header{
    margin-bottom: 50px;
} */



/***********Ärzte Slider Splide****************/

.doctext {
    padding: 30px;
    padding-bottom: 0;
}
    .doctext h3 {
        margin-bottom: 50px!important;
    }
        .doctext .button-extend {
            margin: 0;
            position: absolute;
            max-width: max-content;
            bottom: 0;
            padding-bottom: 30px;
        }

.docsImage img {
    padding-left: 0;
    width: 100%;
    max-height: 225px;
    object-fit: cover;
    border-radius: 8px 8px 0px 0px;
}
    .docsImage .splide__arrows, .MS-controls {
        margin-left: 50px;
    }
        .docsImage li.splide__slide, .splide.docsImage {
            padding: 0;
            position: relative;
        }

.defaultdocs {
    height: 225px;
    background: #707070;
    border-radius: 8px 8px 0px 0px;
}


/***********************************SPLIDE SLIDER***********************************/


#bettinger a.popopen.vorschau, #bettinger a.popopen.popup {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-image: url(/media/bet_plus_grafik.svg);
}
    #bettinger a.popopen.popup {
        top: 30px!important;
        transform: rotate(45deg);
        z-index: 9999;
    }
        #bettinger a.popopen.vorschau:hover, 
        #bettinger a.popopen.popup:hover {
            cursor: pointer;
        }

.container.splide-split {
    padding: 0;
    /* display: flex;
    align-items: center; */
    max-width: unset!important;
}
    .splide-split {
        height: auto;
        margin-bottom: 0;
        width: 100%;
    }
        .splide.col-md-6.splide--slide {
            padding: 0;
        }
            .splide-sidetext h3.grey {
                margin-bottom: 62px!important;
                line-height: 35px;
            }
                .splide li p, .splidetwo li p, .splide-sidetext p {
                    margin-bottom: 40px;
                    position: relative;
                    /* top: -15px; */
                }
                li.splide__slide p {
                    max-height: 200px;
                    overflow: hidden;
                }
                /* .splidetwo li.splide__slide p {
                    max-height: 75px;

                } */
                    li.splide__slide {
                        padding: 30px;
                        background: #fff;
                        box-shadow: 5px 10px 25px #d6d6d6;
                        border-radius: 8px;
                        min-width: 423px;
                        max-width: 423px!important;
                    }

.splide__arrows {
    position: absolute;
    height: 100%;
    /* display: flex;
    align-items: end;
    bottom: -20px; */
    top: -25px;
    margin-left: 15px;
}
    .splide__arrow { 
        background-position: center;
        height: 5px;
        position: absolute;
        top: unset !important;
        bottom: -50px;
        padding: 10px 0;
    }
        .splide__arrow--next {
            left: 110px !important;
        }
            .splide__arrow--next:hover {
	            left: 128px !important; 
            }
                .splide__arrow--prev {
                    transform: scaleX(-1);
                    /* right: 40px !important; */
                }
                    .splide__arrow--prev:hover {
                        left: -12px !important; 
                    }
   
.splide-split.two {
    position: relative;
    /* margin-left: 65px; */
    margin-bottom: 65px; /**/
    padding-left: 65px;
}
    .splidetwo li.splide__slide {
        max-width: 405px !important;
        min-width: 405px;
        position: relative;
    }
        .splide__slide.priority p {
            color: #fff!important;
        }
            .splidetwo .pic {
                justify-content: end;
            }
                .splidetwo .pic p {
                    right: 0;
                    color: #ff6f15!important;
                }
                    .splidetwo b, .splidetwo strong {
                        font-weight: 400!important;
                    }

.bild-text {
    flex-direction: row-reverse;
}
.backgroundOp {
    height: 100%;
    width: 100%;
    overflow: hidden;
    /* padding: 50px 0; */
    /* padding-top: 50px; */
    background: #fff;
}
.bereich {
	max-width: 960px;
	float: right;
}

.single-card {
    position: relative;
    height: 100%;
    overflow: auto;
    display: flex;
    align-items: center;
}
    .single-card .col-md-8 img, .single-card .col-md-4 img, .single-card .col-md-6 img {
        max-height: 500px;
        width: 100%;
        object-fit: cover;
    }
        .single-card .col-md-4 {
            width: calc(33.33333333% + 135px);
        }
            .col-md-offset-1 {
	            margin-left: calc(8.33333333% - 135px);
            }

/* .splide-split.two .splide__track {
    padding-top: 0!important;
    padding-left: 185px;
} */
/* .splide-split.two .splide__arrows {
    bottom: 0;
} */

/* #bettinger .splide-split.two .splidetwo a p, #bettinger .splide-split.two a.popopen {
    top: unset;
    position: absolute;
    display: flex;
    color: #ff6f15!important;
    font-family: Roboto, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif !important;
    letter-spacing: 1.4px;
    white-space: nowrap;
    padding: 10px;
    bottom: 20px;
    right: 20px;
} */

/*****************************Multislider********************************/

.slickSlider {
    position: relative;
    max-height: 650px;
}

.MS-content {
    height: 600px;
    overflow: hidden;
    white-space: nowrap;
}
    .MS-controls {
        display: flex;
        position: relative;
        top: 20px;
        height: 50px;
        width: 100%;
        align-items: center;
        z-index: 99999;
        /* margin-left: 15px; */
    }
        .MS-left, .MS-right {
            position: absolute;
            border: none;
            background: transparent;
            /* width: 50%; */
            height: 100%;
            bottom: 0;
            z-index: 99999;
            display: flex;
            align-items: center;
        }
            .MS-left {
                /* left: 0; */
                transform: rotate(180deg);
            }
                .MS-right {
                    margin-left: 70px;
                }

.item, .item div {
    height: 100%;
    padding: 0!important;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    white-space: normal;
    float: none !important;
    background-position: center;
}
button:focus {
    outline: none!important;
} 

/* img.fancybox-close {
    transition: .25s ease;
}
.MS-left:hover > img.fancybox-close, .MS-right:hover > img.fancybox-close {
    opacity: 1;
    cursor: pointer;
    
}
.MS-left:hover, .MS-right:hover {
    background: rgba(255,255,255,0.3);
    background-image: linear-gradient(to left, rgba(255,255,255,0.4), transparent);
    transition: .25s ease;
}*/
/* .MS-right img {
    position: absolute;
    right: 0;
    opacity: 0;
} */
/*.MS-left img {
     position: absolute;
    right: 0;
    opacity: 0; 

}*/



/*********************POPUP NEWSMODUL***********************/

.popup-background {
    display: none;
}

.popup-background.show {
	background: #646464;
	width: 100%;
	height: 100%;
	/* overflow: hidden; */
	position: fixed;
	top: 0;
	left: 0;
    display: block;
    z-index: 99999;
    padding: 100px;
}

.colored-layer.testlay img {
    padding: 0;
    object-fit: cover;
    position: absolute;
    height: calc(100% + 50px);
}
    .colored-layer.testlay .col-xl-4 {
        padding: 0;
        position: relative;
        display: flex;
        align-items: center;
		height: 100%;
    }
        .colored-layer.testlay .col-xl-8 {
            left: 100px;
            position: relative;
            padding-right: 25px;
            overflow-y: auto;
            height: calc(100% + 50px);
        }
            .colored-layer.testlay {
                position: relative;
                background: #fff;
                width: 100%;
                height: 100%;
                z-index: 5000;
                padding: 150px 100px 100px 0;
                box-shadow: 0px 0px 75px -17px rgba(0, 0, 0, 0.7);
                border-radius: 8px;
                display: flex;
                align-items: center;
            }

/* #bettinger .splide-split.two a.popopen {
    font-size: 70px!important;
    font-weight: 100!important;
    margin: 5px;
    width: 40px;
    height: 40px;
}
    #bettinger .splide-split.two a.popopen:hover {
        font-weight: 100!important;
        cursor: pointer;
    } */

/* #bettinger a.closebtn {
    font-size: 70px!important;
    position: absolute;
    right: 30px;
    top: 30px;
    padding: 10px;
    background-image: url(/media/bettinger_mehr_grafik.png);
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
}
#bettinger a.closebtn:hover {
    cursor: pointer;
} */




/*********************YFORM FORMULAR***********************/

.yform {
    width: inherit;
    margin: 0 -15px;
}
    .yform .col-md-6 button {
        padding: 20px!important;
        border-radius: 0;
        border: 1px solid #ff6f15;
        background: transparent;
        color: #ff6f15;
        font-weight: 600;
        font-size: 15px;
        float: right;
        margin-top: 75px;
    }   
        .yform .col-md-6 button:hover {
            background: #ff6f15;
            color: #fff;
        }
            .yform label {
                display: block;
                margin: 0;
                font-weight: 500;
                color: #000;
				margin-bottom: 10px;
            }

#yform-formular-janein {
    display: flex;
    /* padding: 0px; */
}
    #yform-formular-janein label {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        height: 60px;
        flex-direction: row-reverse;
        justify-content: left;
    }
        #yform-formular-janein .radio {
            /* height: 60px;
            margin-bottom: 0; */
            margin-top: 0!important;
        }
            #yform-formular-datenschutz {
                margin-top: 40px;
                padding: 0;
            }

#formular {
    overflow: auto;
    margin: 0 -15px;
}
    #formular input {
        height: 60px;
    }
        #formular input, #formular textarea {
            border-radius: 0;
            border: 1px solid #9d9d9d;
            padding: 20px 30px;
            color: #000;
            background-color: transparent;
            line-height: 133%;
            font-weight: 100;
        }
            #formular textarea {
                margin-top: 0px;
                min-height: 60px;
            }

.form-control::placeholder {
    color: #000!important;
}
.form-control:focus {
    box-shadow: none!important;
}
.form-group {
    margin-bottom: 30px!important;
}
.dschutz-infotxt {
    color: #000;
    font-family: 'Roboto Slab', serif;
    line-height: 23px;
    font-weight: 100;
position: relative;
    bottom: 70px;
    left: 95px;
}








.radio input {
  display: none;
}
.radio label {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
}
.radio label span {
  position: relative;
  line-height: 22px;
}
.radio label span:before,
.radio label span:after {
  content: '';
}
.radio label span:before {
  border: 1px solid #9d9d9d;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.radio label span:after {
  background: #222021;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 2px;
  left: 4px;
  transition: 300ms;
  opacity: 0;
}
.radio label input:checked+span:after {
  opacity: 1;
}










.radio .checkbox {
    display: block;
    cursor: pointer;
    user-select: none;
    text-align: left;
}
    .radio input, .checkbox input {
        display: block;
		
    }
        .radio input + i, .checkbox input + i {
            display: inline-block;
            position: relative;
            padding-left: 20px;
        }
            .radio input + i:before, .checkbox input + i:before {
                content: '';
                display: block;
                position: absolute;
                top: -5px;
                left: 20px;
                border-radius: 0;
                width: 60px;
                height: 60px;
                border: 1px solid #9d9d9d;
                background: transparent;
            }
                .radio input + i:after, .checkbox input + i:after {
                    content: '';
                    display: block;
                    width: 50px;
                    height: 50px;
                    background: #ff6f15;
                    position: relative;
                    border-radius: 0;
                    top: 0px;
                    left: 5px;
                    opacity: 0;
                    transform: scale(0, 0);
                    transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
                }
                    .radio input:checked + i:after, .checkbox input:checked + i:after {
                        opacity: 1;
                        transform: scale(1, 1);
                    }

.checkbox input + i {
    padding: 0;
}
    .checkbox input + i:before {
        left: 0;
    }
       .checkbox.formcheckbox label {
            display: flex;
            flex-direction: column-reverse;
        }
            .checkbox input + i {
                margin-top: 25px;
            }


/* #yform-formular-janein .radio label, #yform-formular-janein .checkbox label  {
    display: flex;
    flex-direction: row-reverse;
} */            
/* #rex-yform {
    overflow: auto;
} */
/* input[type="radio"], input[type="checkbox"] {
    top: unset!important;
    border-radius: 0!important;
    border: 1px solid #222;
} */

/* .radio input[type="radio"], .radio-inline input[type="radio"], 
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	float: none;
	margin-left: 0px!important;
} */

/* .radio + .radio, .checkbox + .checkbox {
	margin-top: 10px!important;
} */




/*********************FOOTERWRAP***********************/

.bettinger-footer .bereich {
    float: right;
    max-width: 1385px;
    /* display: flex; */
}

#bettinger .footercon .col-md-8 a, #bettinger .footercon p {
    color: #fff;
    font-weight: 400;
} 
    .footercon .imprint a {
        padding: 0 0 0 70px !important;
        color: #000!important;
    }

.footercon {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 100px;
	
                background: #ff6f15;
}
    .footercon .bereich .col-md-4 {
        padding: 0;
        max-width: 50%;
        width: 50%;
        flex: unset;
    }
        .footercon p.floats {
            float: left;
            width: 45px;
        }    
        .footercon p {
            font-size: 17px!important;
        }
            .footercon .col-md-8.bettinger-footer {
                padding: 100px 50px;
                overflow: hidden;
                /* display: flex;
                justify-content: center;
                align-items: end;
                margin: 0;
                height: 100%; */
            }
                .footercon .col-md-4.imprint {
                    height: 100%;
                    position: absolute;
                    background: #F5F5F5;
                    right: 0;
                    display: flex;
                    align-items: flex-end;
                    padding-bottom: 100px;
                    /* justify-content: left;
                    background-color: #f5f5f5;
                    overflow: auto; */
                }
                    .footercon .footerlogo {
                        background-image: url(/media/bet_logo_weiss.svg);
                        position: relative;
                        float: none;
                        overflow: auto;
                        background-repeat: no-repeat;
                        height: 80px;
                        width: 380px;
                        background-size: contain;
                        margin-bottom: 60px;
                    }
                        .footercon .col-md-2 {
                            display: flex;
                            padding: 0;
                            align-items: flex-end;
                            justify-content: center;
                        }                    
                            .footercon .col-md-2 div {
                                /* border: 1px solid #fff; */
                                width: 30px;
                                height: 30px;  
                                margin: 0 15px;
                                position: relative;
                            }

.uppercase {
    text-transform: uppercase;
}

/*/////////////////////////////////// ARZT MODUL //////////////////////////////*/
.mitarbeiterbild {
	    width: 100%;
    height: 220px;
    object-fit: cover;
}
.card {
	background: transparent!important;
	border-radius: 0px!important;
	position: relative;
	margin-bottom: 50px;
	overflow: hidden;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 15px!important;
	padding-left: 15px!important;
	border: none!important;
	padding-bottom: 30px;
}
.cardinner {
	background: #fff;
	box-shadow: 2px 5px 15px #D6D6D6;
	border-radius: 8px!important;
	position: relative;
	margin-bottom: 50px;
	overflow: hidden;
	margin: 0;
	padding-right: 0!important;
	padding-left: 0!important;
	height: 100%;
	
    border: 1px solid rgba(0,0,0,.125);
}
.gallery .cardinner {
	background: transparent;
	box-shadow: none;
	border-radius: 0px!important;
    border: none;
}
.gallery .cardinner .mitarbeiterbild {
    border-radius: 8px;
}
.mitarbeiterinner {
	
	padding: 30px;
}
.minusmargin {
	margin-left: -15px;
	margin-right: -15px;
}
.card .card-body h2 {
	color: #ff6f15!important;
	margin-bottom: 10px!important;
}
.card-body {
	padding: 30px!important;
	margin-bottom: 50px;
}
li.blank {
	min-height: 45px;
}

.dropdown-menu > li > a {
	border: none;
}
ul li {
	text-align: left;
	line-height: 195%;
}
a:hover, a:hover p {
	color: grey!important;
}
* {
	background-position: center;
}
.fl {
	float: left;
}
.slick-arrow {
	border: none;
	background: none;
	height: 30px;
	width: 50px;
	    position: absolute;
    bottom: -20px;
	z-index: 99;
}
.slick-next {
	left: 70px;
	background: url(/media/bet_pfeil_grafik.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.slick-prev {
	background: url(/media/bet_pfeil_grafik.svg);
    background-repeat: no-repeat;
    background-position: center;
	transform: rotate(180deg);
}
.bet-pfeil {
	background: url(/media/bet_pfeil_grafik.svg);
    background-repeat: no-repeat;
    background-position: center;
	    margin-left: 10px;
    width: 50px;
    height: 30px;
}
.slick-prev img {
	transform: rotate(180deg);
}
  .slick-slide {
    margin: 40px 15px;
    box-shadow: 3px 5px 15px #d6d6d6;
	  border-radius: 8px;
    min-height: 330px;
	  padding-bottom: 70px;
    position: relative;
	  overflow: hidden;
	  padding: 30px;
  }
.fullscreenslider .slick-slide {
    margin: 0;
  }
  .slick-slide p:last-of-type {
	margin-bottom: 30px!important;
  }
  .slick-list {
    margin: 0 -15px;
	  margin-bottom: 40px;
  }
.slicklink {
	position: absolute;
	bottom: 20px;
	    display: inline-block;
    margin-top: 40px;
    width: 100%;
    height: auto;
}
.slick-slide h3 {
	min-height: 25px;
}
.slick-slide h2.erste {
	min-height: 66px;
	margin-bottom: 30px;
}
.slicklink .pic img {
    right: 0px;
    width: 45px;
    cursor: pointer;
    height: 5px;
        transition: .2s ease;
    overflow: hidden;
    position: relative;
    margin-left: 10px;
}
.slicklink .pic:hover img {
    right: -12px;
    width: 55px;
	    transition: .2s ease;
}
.slick-track {
    display: flex !important;
}
.slick-slide {
    height: inherit !important;
}
.splide-sidetext {
	padding-left: 0!important;
	padding-right: 0!important;
}
.dropdown-toggle > span {
	position: absolute;
}
.vis {
	display: block;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 9;
}
.nopad {
	padding-left: 0!important;
	padding-right: 0!important;
}
.bildpad {
	padding: 50px!important;
}
.zweispalter-spezialbereiche {
	padding-left: 50px!important;
	padding-right: 50px!important;
}
.zweispalter-spezialbereiche .inner-body {
	padding-left: 0;
}
.zweispalter-spezialbereiche.kacheln .inner-body {
	padding-left: 50px;
}
.fullsliderimg {
	width: 100%;
	max-height: 600px;
	object-fit: cover;
	object-position: center;
}
#arrows button {
	position: static!important;
	float: left!important;
	margin-right: 20px;
}
.fullscreenslider .slick-slide {
    padding-bottom: 0px;
}
.fullscreenslider .slick-list {
    margin-bottom: 0px;
}


.custom-radios label {
	padding: 0!important;
}
.custom-radios div {
  display: inline-block;
	margin-right: 50px;
}
.custom-radios input[type="radio"] {
  display: none;
}
.custom-radios input[type="radio"] + label {
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.custom-radios input[type="radio"] + label span {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: -1px 20px 0 0;
  vertical-align: middle;
  cursor: pointer;
  /*border-radius: 50%;*/
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 25px;
}
.custom-radios input[type="radio"] + label span svg {
opacity: 0;
    transition: all 0.3s ease;
    position: relative;
    top: -49px;
    width: 40px;
    height: 40px;
}
.custom-radios input[type="radio"]#color-3 + label span {
  background-color: transparent;
}
.custom-radios input[type="radio"]#color-4 + label span {
  background-color: transparent;
}
.custom-radios input[type="radio"]:checked + label span svg {
  opacity: 1;
}
label span svg * {
	fill: #ff6f15;
}
.radio {
    display: block!important;
    min-height: 20px!important;
    padding-left: 0px!important;
	margin-top: 0!important;
}
.flexhead {
	    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery .card-body {
    padding: 15px 30px!important;
    margin-bottom: 0px;
    color: #646464;
}
.gallery .colored-layer.testlay {
    display: block;
    padding: 0;
    overflow: hidden;
}
.gallerypopup {
    width: 100%;
    height: 100%;
}
.gallerypopup img {
    width: 100%;
    height: 95%!important;
    padding: 0!important;
}
.gallerytext {
        position: absolute;
    bottom: 16px;
    text-align: center;
    width: 100%;
        background: white;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.galleryjs .card-body {
        font-family: 'Roboto Slab', serif !important;
    font-size: 17px;
    font-weight: 300;
}
figcaption {
    font-size: 23px;
}
.landingpage .pic .bottom {
    width: 45px;
    margin-left: 10px;
    position: relative;
    height: 5px;
    transition: .2s;
}
.landingpage {
    height: 100%;
}
.landingpage .einzelblock {
    background: white;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 15px;
    
	box-shadow: 2px 5px 15px #D6D6D6;
}
.landingpage .pic:hover > img.bottom {
    right: -12px;
    width: 55px;
    cursor: pointer;
    transition: .2s;
    /* height: 5px; */
}
.landingh1 {
    margin-bottom: 45px;
}
.landingpagehaupt {
        background-size: cover;
    background-position: center;
    height: 100vh;
}
.innerlandingpage {
    background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    padding: 100px 0;
    height: 100%;
}
.landingpage .inner-body, .flexlanding, .flexinnerlanding {
    display: inline-block;
    width: 100%;
}
.landingpage .inner-body, .flexlanding {
    height: 100%;
}
.ladinglinks  {
    display: block;
    margin-bottom: 5px;
}
.firstlink {
    margin-top: 25px;
}
.flexinnerlanding {
    margin-top: 200px;
}
#baguetteBox-overlay .full-image figure {
    display: inline-block!important;
}
#baguetteBox-overlay .full-image figcaption {
    position: static!important;
    background-color: transparent!important;
    color: white!important;
    padding: 5px 15px;
    font-family: 'Roboto Slab', serif !important;
    padding-top: 50px;
}
#baguetteBox-overlay .full-image img {
    width: 100%!important;
}
.landingpage .pic p {
    white-space: normal!important;
    line-height: 1.3!important;
}

    #bettinger a.popopen.popup {
    top: 110px!important;
        right: 110px;
    }
.slickinnerinner .slick-slide {
    background-color: white;
}
#lockproofbar {
        box-shadow: rgb(0 0 0 / 16%) 5px 10px 25px;
}
#NavBar li.start {
    max-height: 65px;
}


.card .card-body p.underline, #bettinger p.underline {
	margin-bottom: 30px!important;
    font-size: 17px!important;
    font-weight: 300!important;
	font-family: 'Roboto', Sans-Serif !important;
	line-height: 1.4;
}
.footercon .jameda {
	z-index: 9;
	position: relative;
	right: 0;
	padding-left: 140px;
}
.footercon .kompetenz_proktologie {
	z-index: 9;
    position: relative;
    right: 0;
    padding-left: 140px;
    padding-top: 20px;
}
.footercon .jameda div,
.footercon .kompetenz_proktologie a {
float: right;
}



.text-bild-modul .position-modul .col-md-6 {
	flex: 0 0 50%;
}

.text-bild-modul .position-modul .verhaeltnis.bild {
    background-size: contain;
}





















































/*/////////////////////////////////// RESPONSIVE //////////////////////////////*/

@media (min-width:1200px) {
    #bettinger .container {
        width: inherit;
        max-width: 1710px; /* ?? */
        max-width: 1920px;
    }
        #bettinger .container.splide-split {
            width: 100%;
            /* max-width: 1920px; */
            /* margin-right: unset; */        
        }
            #bettinger .container.splide-split .two {
                width: inherit;
                max-width: 100%;
            }
    
    /* div.container.text {
        margin: 0 auto;
        display: block;
        max-width: 1920px!important;
    } */
    /* .container.einfachtext {
        padding: 0 65px;
    } */
    /* .footercon .container.col-md-12 {
        max-width: 1920px;
    } */
    
.bars .keinpadding {
    padding: 5%!important;
}
.keinpadding .inner-body {
    padding: 0!important;
}
.keinpadding .inner-body:first-of-type {
    padding-bottom: 50px!important;
}
}



@media (max-width: 1360px) {
    #bettinger .fixed-sidemenu {
        padding-left: 50px;
        padding-right: 20px;
        /* min-height: 1206px; */
    }
        #bettinger h1 {
            font-size: 47px;
        }
            #bettinger .inhalt table td {
                padding-right: 0;
            }
			
	#bettinger h2 {
	font-size: 23px;
	}			

    nav.active ul.nav {
        padding: 125px;
        padding-bottom: 0;
    }
    .splide-sidetext .col-md-6.bereich {
        max-height: none;
        min-height: 385px;
    }
    .footercon .col-md-2 {
        margin-top: 30px;
        width: 100%;
    }
        .footercon .col-md-8.bettinger-footer {
            padding-right: 0;
        }
            .footercon .bereich .col-md-4 {
                max-width: 40%;
                width: 40%;
            }
                

}

@media (max-width: 1199px) {
	.nopad, .imprint {
		width: 100%!important;
		max-width: 100%!important;
	}
    .video-container {
    padding-bottom: 0;
    padding-top: 0;
    height: 100%;
    }
    .colored-layer.testlay .col-xl-8 {
        overflow: visible;
    }
    .popup-background h2 {
        margin-top: 30px!important;
    }
    #bettinger a.popopen.popup {
    top: 110px!important;
        right: 110px;
    }
    #bettinger .col-md-4.imprint a:first-child, #bettinger .col-md-4 a {
        padding: 0;
    }
        #bettinger .inhalt table td:first-of-type {
            width: 50px;
        }
            #bettinger .zweispalter-spezialbereiche, .container.textmodul {
                flex-direction: column;
                width: 100%;
                max-width: 100%;
            }
                    #bettinger .fixed-sidemenu {
                        width: 100%;
                        max-width: 100%;
                        padding: 50px;
                        overflow: hidden;
                    }
.minusmargin {
    margin-left: 0;
    margin-right: 0;
}
.minusmargin.flex {
    margin-left: -15px;
    margin-right: -15px;
}
    nav.active ul.nav {
        padding: 75px;
        padding-bottom: 0;
    }
        .navbar-default .container {
            margin: 0!important;
        }
            .navbar-brand.topp {
                margin-top: 100px;
            }

    .bars .inner-body {
        padding: 50px;
    }
        .bars .col-md-8 {
            width: 100%;
            max-width: 100%;
        }
        
    .fixed-sidemenu p {
        margin-bottom: 30px !important;
        position: relative;
    }
    .side_bar .listofhours {
        display: flex;
    }
	/*
	.side_bar .listofvacay {
        display: flex;
    } */
        .side_bar {
            float: left;
        }

    .single-card .col-md-8 {
        width: 60%;
    }
        .single-card .col-md-4 {
            width: 50%;
            position: absolute;
            right: 0;
        }

    .splide-sidetext .col-md-6.bereich {
        flex: auto;
        max-width: 100%;
        width: 100%;
    }
        .splide-split.two {
            float: none;
            /* padding-left: 0; */
        }
            .splide-split.two .splide__track {
                padding-left: 25px;
            }
                .splide {
                    position: relative;
                    width: 100%;
                }
                    .splide__track {
                        position: relative;
                        z-index: 0;
                        /* overflow: visible; */
                        padding-left: 70px;
                    }

    .container.splide-split {
        display: block;  
        margin: 0;
        width: 100%;
        max-width: 100%; 
    }
        .container.bars {
            padding-bottom: 65px!important;
        }
            .container.einfachtext {
                margin: 0;
                width: 100%;
                max-width: 100%;
                padding: 0 0px;
            }
                .container.accordion {
                    max-width: 100%;
                    width: 100%;
                    margin: 0;
                }

    .docsImage .splide__arrows, .MS-controls {
        margin-left: 80px;
    }
        .doctext {
            padding-right: 5px;
        }

    .colored-layer.testlay .col-xl-8 {
        left: 50px;
        padding: 0 15px;
    }
    .position-modul [class*="col-md"] {
        width: 50%;
        max-width: 100%!important;
        flex: unset;
    }
        [class*="col-md-"].text.bereich {
            padding: 0px;
        }
            .col-md-6.bereich, .textmodul [class*='col-md'] {
                width: 100%;
                max-width: 100%;
                flex: 0 0 67.666%;
            }
                /*.text-bild-modul #cf {
                    bottom: 40px;
                }*/

    #noMedia {
        width: 100%;
    }
    .zweispalter-spezialbereiche .col-md-6.bereich, .docs,
    .bars .col-md-8 {
        padding: 0px;
    }
    .zweispaltig p {
        column-gap: 65px;
    }
    .accordion__img.col-md-4 {
        min-width: 320px;
        max-width: 300px;
        padding-right: 0;
    }
        .accordion__content img {
            margin-left: 0px;
            margin-top: 25px;
        }
            .accordion__content .col-md-8 {
                min-width: 100%;
            }
                button.accordion {
                    padding: 100px 25px 65px;
                }

    .footercon .imprint {
        right: auto;
        padding: 55px;
        /* padding-bottom: 0; */
        position: relative;
        /* overflow: hidden;
        background: transparent;
        top: -85px;
        justify-content: left; */
    }
        .footercon .bereich .col-md-4 {
            max-width: 33.3333%;
            width: 33.3333%;
        }
            .footercon .col-md-8.bettinger-footer {
                width: 100%;
                max-width: 100%;
				float: unset;
            }
                .footercon {
                    margin-bottom: 0;
					overflow: visible;
                }
	.jameda {
		float: unset!important;
	}

	.colored-layer.testlay {
        display: flex;
        padding: 40px;
        align-items: flex-start;
        flex-direction: column;
        overflow-y: auto;
        overflow-x: hidden;
    }
	
	.colored-layer.testlay .col-xl-4 video {
		margin-bottom: 50px;
	}
	
            .colored-layer.testlay .col-xl-8 {
                left: 0;
                width: 100%;
                padding: 0;
                max-width: 100%;
            }
	
        .colored-layer.testlay img {
            padding: 0 35px 25px 0;
            position: relative;
            height: 100%;
			margin: 0 auto;
        }
    .landingpagehaupt {
		height: 100%;
	}
	
	.footercon .jameda {
		z-index: 9;
		left: 0;
		padding-left: 50px;
	}
    .footercon .kompetenz_proktologie {
		z-index: 9;
		left: 0;
		padding-left: 55px;			
	}
    .footercon .jameda div,
    .footercon .kompetenz_proktologie a {
        float: left;
        margin-top: 30px !important;
    }
	.footercon .col-md-4.imprint {
		height: unset;
		position: absolute;
		background: #F5F5F5;
		right: 0;
		display: inline-block;
		align-items: flex-end;
		padding-bottom: 100px;
        padding-top: 400px;
	}
	
	.footercon .imprint a {
		padding-left: 0!important;
		margin-left: 0;
		margin-right: 70px;
	}
	.footercon .col-md-8.bettinger-footer {
		padding: 100px 50px 50px;
	}
	/*
    .footercon .jameda {
    	position: static;
	} */
}


@media (min-width: 991px) {

.rechtno {
	padding-right: 15px!important;
}
	.splide .inner-body {
		padding: 0;
	}
}
@media (max-width: 991px) {
    #bettinger .navbar-fixed-top, .navbar-fixed-bottom {
        background: #fff;
    }
	.splide .inner-body {
		margin-left: -15px;
		margin-right: -15px;
	}
	.dschutz-infotxt {
		position: static;
	}
	.verhaeltnis.text.inner-body {
    padding: 100px 50px;
	}

        #bettinger .fixed-sidemenu {
            padding: 55px;
        }
    #NavBar, .device-menu {
        margin-top: 150px;
        top: 0;
    }
        .navbar-brand {
            margin-top: 0px!important;
            height: 70px !important;
            overflow: hidden;
        }
            nav.active ul li {
                padding: 0 0 30px 0;
            }
                nav.active ul.nav {
                    padding: 60px;
                    padding-right: 25px;
                }
                    .header-nav.active {
                        width: 88%;
                    }

    #noMedia {
        max-width: 100%!important;
        width: 100%;
        display: block;
    }
    .kompetenz, .infos {
        width: 100%!important;
        margin: 0!important;
        max-width: 100%;
    }
    .side_bar {
        display: block;
    }
    .bars .sidebar h1 {
        margin-bottom: 30px !important;
    }
    .sub {
        margin-bottom: 50px;
    }
    .sprechzeiten {
        margin-right: 0px;
    }
    .zweispaltig p {
        column-count: 1;
    }
    .backgroundOp {
        padding: 50px 0;
    }
    .splide, .splide__slide, .splidetwo {
        width: 100%;
        position: relative!important;
        max-width: 100%!important;
        margin: 0 auto;
    }
        .splide-split {
            margin-bottom: 65px;
        }
            .splide-sidetext {
                height: 100%;
                overflow: hidden;
                position: relative;
                width: 100%;
                max-width: 100%;
            }
                .splide__track {
                    padding-left: 30px;
                }

    .col-md-6.bereich {
        width: 100%;
    }
    .single-card .col-md-4 {
        width: 100%;
        position: relative;
        padding: 0;
    }
        .single-card .col-md-8 {
            width: 100%;
            left: 0;
        }
            .single-card .col-md-8 img {
                max-height: 425px;
            }

    .footercon .bereich .col-md-4, .yform .col-md-6 {
        max-width: 100%;
        width: 100%;
    }
        .footercon .bereich .col-md-4:nth-child(2) {
            margin-top: 50px;
        }
            .footercon .inhalt {
                flex-direction: column;
            }
                .footercon .col-md-2 div {
                    margin-left: 0;
                }
                    .footercon .col-md-2 {
                        justify-content: start;
                    }

    .position-modul h1, .textmodul h1 {
        margin: 0!important;
    }
        .position-modul [class*="col-md"] {
            width: 100%;
            position: relative;
        }
            .bildRechts.position-modul, .position-modul {
                flex-direction: column;
            }
                [class*='col-md'].text.bereich, .position-modul {
                    height: unset;
                }
                    .text-bild-modul #cf {
                        position: static;
                        margin-top: 30px;
                    }

    figcaption {
    font-size: 18px;
}

    .dschutz-infotxt {
        bottom: -10px;
    }
    /* #bettinger h1 {
        margin-bottom: 20px;
    } */
    /* .footercon .col-md-4 {
        padding: 0;
        max-width: 46%;
        width: 46%;
    } */
    /* .bars .inner-body {
        padding: 85px 40px;
    } */
    /* .accordion .inner-body {
        padding: 100px 40px 40px;
    } */
    /* .footercon .col-md-2 {
        bottom: unset; 
        align-items: unset; 
    } */
    /* .footercon .col-md-12 {
        margin: 0;
        width: 100%;
    } */
	.splide-sidetext h3.grey {
    margin-bottom: 30px!important;
}
	.position-modul {
    max-height: unset;
	}
}

@media (max-width: 767px) {
    #bettinger h1 {
        font-size: 40px;
        line-height: 42px;
    }
    
	.imgplace span, .landingh1 {
	font-size: 60px;
	line-height: 124%;
	}
	
    #bettinger a.popopen.popup {
    top: 60px!important;
        right: 60px;
    }
        #bettinger h2 {
            font-size: 25px;
            line-height: 130%;
        }
        #bettinger h3 {
            font-size: 20px;
        }
            #bettinger .container {
                max-width: 100%;
                /* padding: 0; */
            }
            #bettinger .fixed-sidemenu {
                padding: 50px;
				padding-top: 60px;
				padding-bottom: 60px;
            }
                #bettinger p, .footercon .col-md-4 a {
                    line-height: 31px;
                }
                    #bettinger ul.nav a.dropdown-toggletwo,
                    #bettinger ul.nav a.level2-link,
                    #bettinger ul.nav a.dropdown-toggletwo {
                        padding: 7px 0 !important;
                    }
                        #bettinger ul.nav h1 {
                            margin-bottom: 25px;
                        }

.header-nav.active {
    width: 100%;
}  
    .header-nav.active .collapse {
        overflow: scroll !important;
    }
        nav.active ul li {
            padding: 0 0 20px 0;
        }
        nav.active ul.nav {
            padding-left: 40px;
        }
            .navi-button {
                z-index: 9999;
                right: 2.1em;
            }
            .navi-button button {
                margin-top: 13px;
            }
                .navi-burger {
                    z-index: 99999;
                }
                    .navbar-right .social {
                        position: absolute;
                        margin-left: 45px;
                    }
                        .navvmob {
                            margin-left: 24px;
                        }
    .slider-quote span {
        font-size: 35px;
    }
    .footercon .col-md-8.bettinger-footer {
        padding: 100px 50px;
        padding-bottom: 50px;
        overflow: hidden;
    }
        /* 
        .footercon .col-md-4 a {
            padding: 0 15px !important;
        } */
             .footercon .col-sm-6 {
                    max-width: 100%;
                    float: unset;
                    width: 100%;
                    margin-bottom: 33px;
                }
                    .footercon .col-md-2 {
                        margin-top: 0;
                    }
                    

    .sub {
        margin-bottom: 33px;
    }
        .bild {
            margin-left: -15px;
            margin-right: -15px;
            min-height: 300px;
        }
            .abstand {
                height: 100px!important;
            }
                .kompetenz {
                    margin-bottom: 40px !important;
                }

    .col-md-7 {
        width: auto;
    }
    .bars .col-md-8 {
        width: 100%;
        max-width: 100%;
    }
    .imgplace .container {
        padding: 50px 40px 50px 50px;
    }
    .container.text {
        padding:0 15px;
    }

    .position-modul [class*="col-md"] {
        height: 400px;
    }
        .fixed-sidemenu [class*="col-md"] {
            width: auto;
            margin-right: 20px;
        }

    .popup-background.show {
        padding: 50px;
    }
    
    /* .column-two, .column-one {
        width: 100%;
        max-width: 100% !important;
    } */
        /* .bullets {
        column-count: 1;
    } */

    /* nav.active ul.nav {
        padding: 25px;
    } */
    /* .footercon .container {
        padding:  0;
    } */

	#logo-container {
		justify-content: center;
	}
	.navbar-brand {
		margin: 0!important;
	}
}

@media (max-width: 556px) {
    .mtb {
        margin-top: 200px!important;
    }
        .mtb.nomargin {
            margin-top: 80px!important;
        }

    #bettinger h1 {
        font-size: 35px;
        /* word-wrap: break-word; */
    }
        #bettinger .inhalt table.fortbildung td:first-of-type {
            width: 37%;
        }
            #bettinger .navbar-fixed-top, .navbar-fixed-bottom {
                height: 90px;
            }
                #bettinger ul.nav a {
                    font-size: 22px;
                }

    nav.active ul.nav {
        padding: 65px 0 55px 0px;
    }
    #NavBar {
        right: unset;
        margin-top: 115px;
        width: calc(100% - 65px);
        transition: .2s ease
    }
        #NavBar, .device-menu {
            margin-top: 90px;
        }

    .navbar .container {
        padding-left: 0!important;
    }
        .navbar-right .social {
            margin-left: 0;
        }

        .device-menu {
            margin: 90px 0 0 0;
            transition: .2s ease
        }

    .docsImage .splide__arrows, .MS-controls {
        margin-left: 55px;
    }
        .fullsliderimg {
            height: 250px;
        }
    /*.slick-slide {
        max-height: 250px;
        min-height: 250px;
    }*/
    .flexmittext .slick-slide {
        max-height: unset!important;
        min-height: unset!important;
    }
    .splide__list {
        margin: 0 auto !important;
        padding: 35px 0!important;
    }
        .splide__slide {
            margin-right: 20px!important;
        }

    .side_bar table {
        width: 100%;
    }
    .imgplace span, .landingh1 {
        font-size: 52px;
    }
        .imgplace {
            height: 500px;
        }

    .zweispalter-spezialbereiche .col-md-6.bereich,
    .docs, [class*="col-md-"].text.bereich, .bars .col-md-8 {
        padding: 0px;
    }
        .position-modul [class*="col-md"] {
            height: 250px;
        }
            .container.zweispalter-spezialbereiche, #NavBar ul {
                padding: 0;
            }

    .bars .inner-body {
        padding: 50px;
    }
    .footercon .footerlogo {
        width: 270px;
        margin-bottom: 15px;
    }
    button.accordion {
        padding: 100px 20px 65px;
    }
    .radio, .checkbox {
        min-height: 100px;
        margin-bottom: 0;
    }
    .dschutz-infotxt {
        top: 15px;
        left: 0;
        position: relative;
    }
    .container.einfachtext {
        padding: 0 15px!important;
    }
    .container.einfachtext.nopad {
        padding: 0!important;
    }
    .text-bild-modul table tr {
        display: flex;
        flex-direction: column;
    }
	.row {
    margin-right: 0px!important;
    margin-left: 0px!important;
}
	.container.einfachtext.arztmodul {
		padding: 0!important;
	}
	.container.einfachtext.arztmodul .card {
		margin-right: 0!important;
		margin-left: 0!important;
	}
    /* .splidetwo .splide__list, .splide__list {
        margin: 0 auto !important;
    } */
    /* #bettinger .fixed-sidemenu, .imgplace .container {
        padding: 50px 15px;
    } */
    /* #NavBar ul {
        padding:0;
    } */
    /* .bars .inner-body {
        padding: 40px;
    } */
    /* .container.zweispalter-spezialbereiche .inner-body {
        padding: 50px 25px;
    } */
.flexinnerlanding {
    margin-top: 100px;
}
    
}

@media (max-width: 445px) {
    #bettinger h1 {
        font-size: 30px;
    }
    
    #bettinger a.popopen.popup {
    top: 35px!important;
        right: 30px;
    }
	.custom-radios div {
    display: inline-block;
    margin-right: 30px;
}
	.zweispalter-spezialbereiche {
	padding-left: 15px!important;
	padding-right: 15px!important;
}
        #bettinger .splidetwo li h2 {
            margin-bottom: 0;
        }
            #bettinger .inhalt table td {
                padding: 0 7px;
            }
                #bettinger .inhalt table td:first-of-type {
                    width: 33px;
                }
                    #bettinger .container {
                        max-width: 100%;
                        /* padding: 0; */
                    }
                        /* #bettinger .inner-body {
                            padding: 25px;
                        } */    
                        #bettinger .inner-body, #noMedia .inner-body {
                            padding: 15px;
                        }
                            #bettinger .fixed-sidemenu {
                                padding: 50px 15px;
                            }
                                .bars .inner-body {
                                    padding: 50px 30px;
                                }

    .navbar-brand img {
        width: 275px;
        height: auto;
    }
        .navbar-brand {
            margin-top: 15px!important;
            margin-left: 0!important;
        }
        /* .navbar-brand.topp {
            margin-top: 10px;
        } */
            .navbar  {
                padding: 0;
            }   
                .navbar .container {
                    display: flex;
                    flex-direction: row-reverse;
                    justify-content: center;
                    align-items: start;
                }

    #NavBar li.start, 
    #NavBar li.drops-toggle {
        padding: 16px 11px 16px 11px;
    }
        .header-nav.active .collapse {
            width: 100%;
        }

    .fixed-sidemenu ul li {
        white-space: nowrap;
    }
    .container.splide-split {
        padding:0;
    }
        li.splide__slide {
            max-width: 270px!important;
            min-width: 270px!important;
        }
            .splidetwo li p {
                max-height: 220px;
                overflow: hidden;
            }
            .splide #cf {
                margin-top: 20px;
            }

    .imgplace span, .landingh1 {
        font-size: 40px;
    }
        .imgplace .container {
            padding: 15px;
        }

    .abstand {
        height: 50px !important;
    }
    .container.zweispalter-spezialbereiche {
        overflow: hidden;
    }
    .colored-layer.testlay .col-md-4 {
        display: none;
    }
        .colored-layer.testlay {
            padding: 20px;
            padding-top: 75px;
        }

    .popup-background.show {
        padding: 20px;
    }
    .docsImage .splide__arrows, .MS-controls {
        margin-left: 40px;
    }
    button.accordion {
        padding: 65px 15px 30px;
    }
    .footercon .col-md-8.bettinger-footer {
        padding: 100px 0 100px 15px;
    }
    .accordion__header {
        padding-right: 45px;
    }
    #yform-formular-janein .radio {
        height: 60px;
        /* float: left; */
        display: inline-block;
        margin-bottom: 30px;
    }
        #yform-formular-janein .radio:first-of-type {
            padding-left: 0;
            padding-right: 20px;
        }
            #yform-formular-janein {
                display: block;
            }
	.start a {
		font-size: 14px;
	}
	.footercon .imprint {
		padding-left: 15px;
		padding-right: 15px;
	}
	.bereich .inner-body {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.zweispalter-spezialbereiche.kacheln .inner-body {
		padding-left: 15px!important;
		padding-right: 15px!important;
}
	.zweispalter-spezialbereiche.kacheln .inner-body.lightgray-background {
		padding-left: 0px!important;
		padding-right: 0px!important;
}
	.bereich .verhaeltnis.inner-body, .backgroundOp .bereich .inner-body {
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
	.bildpad {
    padding: 15px!important;
}
	.bildpad .bild {
    width: 100%;
		margin: 0;
}
    .landingpage .pic {
    width: 25px;
    }
    .landingpage .pic:hover {
    width: 35px;
    }
    /* .splidetwo .mehrlink .pic {
        justify-content: left;
    }
    .mehrlink {
        margin: 0!important;
    }
    .splidetwo .mehrlink .pic p {
        padding-left: 0!important;
    } */
    /*.verhaeltnis.text.inner-body, .inner-body, .bars .inner-body, .splide-sidetext .inner-body {
        padding: 50px 15px;
    }*/
    /* .container.zweispalter-spezialbereiche .inner-body, .bars .inner-body, .docs .inner-body {
        padding: 25px;
    } */
    /* .accordion .inner-body {
        padding: 20px;
    } */
	.footercon .jameda {
		padding-left: 15px;
		padding-right: 15px;
	}
}
