@charset "UTF-8";
/* STYLESHEET for www.wunderlich-physio.de */
/* author: ideenwerft GmbH */
/* author site: www.ideenwerft.com
/* copyright 2019 */

/* ---------- COLOR ------------------- */
/* Hausfarbe 1(grün): #56ac42/
/* Hausfarbe 2(hellgrün): rgba(80,175,71,.7) */
/* Textfarbe (grau): #333333*/
/* Linkfarbe (blau): #337ab7*/
/* Linkfarbe hover (dunkelblau): #23527c*/

:root {
	--primary-clr: #56ac42;
	--secondary-clr: rgba(80,175,71,.7);
    --cta-clr: #ff9000;
	--darker-primary-clr: ;
    --darker-cta-clr: #e08510;
	--lighter-primary-clr: rgba(80,175,71,.85);
	--lighter-secondary-clr: ;

}


/* ---------- FONTS -------------------*/
@import "fonts.css";

/* ---------- GENERIC -------------------*/

body {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    color: #333;
}
main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0 0 0;
}
footer {
	color: #333;
	margin-top:100px;
}
main {
	padding-bottom: 50px;
}
main,
.row {
  margin-bottom: -40px;
}
main > div {
	width: 100%;
}
main > div:not(.frame-type-header):not(.frame-type-textpic):not(.frame-type-textmedia),
.row > div {
  padding-bottom: 40px;
}

.fullwidth {
    background: rgba(80,175,71,.1);
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
}
/* ---------- ELEMENTS -------------------*/

/* .............. headlines ...... */

h1, h2, h3, h4 {
    font-weight: 500;
    margin-bottom: 20px;
}
h2 + h3 {
    margin-top: 0;
}
h1 {
    font-size: 36px;
    margin-bottom: 30px;
}
@media (min-width:992px) {
	h1.ce-headline-center:before {
		content: url(/typo3conf/ext/iw_54_wunderlich_physio/Resources/Public/Img/heading-grafik-links-senkrecht.jpg);
		margin-right: 20px;
	}
	h1.ce-headline-center:after {
		content: url(/typo3conf/ext/iw_54_wunderlich_physio/Resources/Public/Img/heading-grafik-rechts-senkrecht.jpg);
		margin-left: 20px;
	}
}
h1.ce-headline-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
h2 {
    font-size: 26px;
    margin-top: 35px;
}
h3 {
    font-size: 22px;
    margin-top: 30px;
}
h4 {
    font-size: 18px;
    margin-top: 30px;
}
h3 + h4 {
    color: rgba(80,175,71,.7);
    margin-top: -10px;
}

@media(min-width: 576px) {
  .frame-type-header header {
    text-align: center;
  }
}

/* .............. text ...... */

strong, b {
    font-weight: 700;
}
/* .............. links ...... */

a {
    color: #50af47;
    text-decoration: none;
}
a:focus, a:hover {
    color: #297b22;
	text-decoration: none;
	outline: none;
}
footer a {
	color: #333;
	text-decoration: none;
}
.navbar a {
	color: #333;
}
a.download:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #50af47;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f1c1";
}
a.download:hover:before {
	color: #297b22;
}

/* .............. buttons ...... */
button {
	border:none;
	color: inherit;
	background: none;
}
.news-list-view.row button a.more {color: #fff;}

.btn,
.button,
button .more,
button.more
{
    background: rgba(80,175,71,.8);
    border: none;
    border-radius: 5px;
    padding: 6px 20px;
	color:#fff;
}
a.btn::before,
a.button::before,
button a.more::before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    padding-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
}
.btn:hover,
.button:hover,
button.more:hover
button .more:hover{
	background: rgba(80,175,71,1);
	color:#fff;
}
a.backbutton {
	color: rgba(86,172,66,0.8);
}
a.backbutton:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #56ac42;
    padding-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";
}
.backbutton:hover, .backbutton:hover:before {color: #337ab7;}
@media (max-width: 551px) {a.backbutton{margin-left:10px}}
@media (min-width: 992px) {a.backbutton{margin-left:120px}}
@media (min-width: 1200px) {a.backbutton{margin-left:200px}}
/* .............. other ...... */

img {
    width: 100%;
    height: auto;
}

table ul {
	padding-left: 10px;
}


/* ---------- COMPONENTS -------------------*/

/* .............. basic styles ...... */

.clear {
    clear: both;
}
.italic {
    font-style: italic;
}
.hide, .hidden {
    display: none;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.align-justify {
    text-align: justify;
}
.align-left {
    text-align: left;
}


/* .............. top-extra ...... */
.top-extra {
	color: #555;
    font-size: 14px;
    font-weight: 400;
	display: flex;
    flex-direction: column;
	margin-top: 10px;
}
.top-extra p {
	margin-bottom: 0px;
}
@media (min-width: 992px) {
    .top-extra {text-align: right; float:right;}
    .container.header-top {
        margin-top: 20px;
    }
}
.top-extra a {
    color: #555;
}
@media (max-width: 991px) {
	.container.header-top {
		display: flex;
		flex-direction: column;
}
	.top-extra {
        margin: auto;
        color: #fff;
        padding: 10px;
        margin: auto calc(50% - 50vw);
        margin-bottom: 20px;
        background: rgba(80,175,71,.7);
	}
    .top-extra a {
        color: #fff;
    }
	.top-extra span, .top-extra a {
		justify-content: center;
	}
}
@media (min-width: 768px) and (max-width:991px) {
    .top-extra {
        display: flex;
        float: none;
        flex-direction: unset;
        justify-content: space-between;
    }
    span.sprechzeiten {
        margin-right: 15px;
    }
    span.öffnungszeiten {
        margin-right: 15px;
    }
}

/* .............. logo ...... */
.header-top {
    text-align: center;
}
img#logo {
	max-width: 70%;
    position: relative;
    z-index:200;
    float: left;
}
@media (min-width: 992px) {
	.header-top {
		text-align: left;
	}
	img#logo {
		max-width: 30%;
		margin-top: 20px;
		margin: auto;
        float: none;
	}
}
@media (max-width: 991px){
	img#logo {
		max-width: 50%;
	}
}
@media (max-width: 768px) {

}
@media (max-width: 576px) {
	.navbar {
		margin-bottom: 0;
		margin-top: 0 !important;
	}
}

/* .............. topnavi ...... */
#navbar {letter-spacing: 1px; margin: 0 0 20px; font-size: 17px;}
.navbar {background: none;border: 0px;min-height: 1px;justify-content: flex-end;padding:0; position:none; margin-top: 20px;}

.navbar-toggler {border: 0;margin: 0;padding: 15px 0 15px 15px;background: none;color:#585858;font-size: 22px;}
.navbar-default .navbar-toggler:focus,
.navbar-default .navbar-toggler:hover {background: none;outline: none;color:#585858; }
.navbar-default .navbar-toggler:hover .icon-bar {background: #585858;}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {border: none;}

.navbar-default .navbar-nav>li>a {position: relative;display: block;font-size: 18px;color: #454545;font-weight: 400;padding: 5px 0 5px 0px;}

.navbar-nav .active > a,
.navbar-nav .active > a:focus,
.navbar-nav .active > a:hover {
  background: none;
  color: rgba(80,175,71,.7);
}
.navbar-toggler {
		border-radius: 0;
		padding: 0;
	}
.navbar-nav > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-toggle[aria-expanded="true"] {
  color: #50af47;
  text-decoration: none;
}

@media (max-width: 767px) {
  .header-flex {
    position: relative;
    top: -35px;
  }
	button:focus, i.fa.fa-bars:focus, button.navbar-toggler:focus {
		outline: none;
	}
	button.navbar-toggler {
		padding: 0;
	}
	button.navbar-toggler span {
		display:none;
	}
	i.fa.fa-bars {
		font-size: 24px;
	}
  #navbar {
    padding-top: 30px;
	  margin: 0 15px;
  }
	.navbar li {
		margin: 10px 0;
		text-align:left;
	}
}
  @media (max-width: 991px) {
      .dropdown-menu {
          padding-left: 20px;
      }
	  .header-flex {
		  position: relative;
		  top: -35px;
	  }
	  .navbar {
		  margin: 0;
	  }
	  .navbar-collapse {
		  margin-top: 40px !important;
	  }
  }
  @media (min-width:992px) and (max-width:1199px) {
      ul.dropdown-menu {min-width:242px;}
  }
  @media (min-width:1200px) and (max-width:1399px) {
      ul.dropdown-menu {min-width:242px;}
  }
  ul.dropdown-menu li:first-child span {
      display: none;
  }
.navbar-nav>.active>a, .navbar-nav>.active>a:focus, .navbar-nav>.active>a:hover {
  background: none;
  color: rgba(80,175,71,.7);
}
  span.caret {
 /* display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; */
	  display: none;
}

@media (min-width:992px) {
	.navbar {padding:0px;}
	.navbar-default .navbar-nav {justify-content: space-between;width: 100%;}
    .navbar-expand-lg .navbar-nav .nav-link {font-size: 17px; padding: 10px 0px 5px;padding-left: 0;padding-right: 0; margin: 0 12px 3px;}
    .navbar-default .navbar-nav>li:first-child>a {margin-left: 0px;}
    .navbar-default .navbar-nav>li:last-child>a {margin-right: 0px;}
    .navbar-default .navbar-nav>.active>a::before,
	.navbar-default .navbar-nav>li>a::before {height:2px;}
    .navbar-default .navbar-nav>li>a::before {content: "";display: block;position: absolute;width:0%;left: 0;bottom: 0px;height: 2px;background:#585858;}
	.navbar-collapse {margin: inherit;}
    .navbar-default .navbar-nav>li>a {font-size: 22px;letter-spacing: 0.1px;padding: 5px 0px 5px;margin: 0 15px -3px;}
	.navbar-nav > li > .dropdown-menu {
		margin-top: 19px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
    .dropdown-menu li {
		min-width: 200px;
	}
    li.dropdown:hover > .dropdown-menu {display: block;}
	.navbar-nav > li > a {
		padding: 13px 15px 22px 15px;
		text-shadow: 0 1px 0 rgba(255,255,255,.25);
		}
    .navbar-nav li:last-of-type a {
        padding-right: 0px;
    }
	.dropdown-menu li a {
		display: block;
        margin: 0px;
		padding: 5px 10px;
	}
    .navbar li ul li {margin: 0px;}
    .navbar-nav li ul li ul.dropdown-menu {
        position: absolute;
        top: -20px;
        left: 240px;
        border-radius: 0;
        max-width: 200px;
    }
}
@media (min-width:1200px) and (max-width:1399px){
    	.dropdown-menu li {
            min-width: 200px;
        }
        .navbar-nav li ul li ul.dropdown-menu {
            left: 240px;
        }
    }
@media (min-width:1400px) {
    .navbar-default .navbar-nav>li>a {font-size: 22px;letter-spacing: 0.1px;}
	.navbar li {
		margin: 0;
		}
	.dropdown-menu {
		padding: 0;
	}
	.dropdown-menu li {
		min-width: 300px;
	}
    .navbar-nav li ul li ul.dropdown-menu {
        top: 0;
        left: 300px;
        border-radius: 0;
    }
    .navbar-nav li ul li ul.dropdown-menu {
        max-width: 300px;
    }
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {right: inherit;}
    .navbar-default .navbar-nav>.dropdown ul {margin-top: 0;border-top:0;}
}

.dropdown-toggle::after {
	display: none;
}
@media (max-width: 991px) {
    li.dropdown ul.dropdown-menu {
        display: none;
    }
    li.dropdown.show ul.dropdown-menu.show {
        display: block;
        border: none;
		text-align: center;
		padding-left: 0;
		padding: 0;
		margin: 0;
	}
	li.dropdown.show a:first-child {
		display: block;
	}
	li.mobileview-link {
		padding: 0;
	}
	ul.navbar-nav li {
		padding: 5px 0;
	}
	li.dropdown.show,
	ul.dropdown-menu.show {
		background-color: #f3f3f3;
	}
    li.dropdown.active ul.dropdown-menu {
        display: none;
    }
    li.dropdown.active.show ul.dropdown-menu.show {
        display: block;
        border: none;
    }
}
@media (max-width: 768px) {
	.navbar-nav li.dropdown.show {
		padding: 5px 15px;
		 margin: 10px -15px;
	}
}


/* .... LANDINGPAGES .... */
.landing .header-top {
    margin-bottom: 20px;
}
.landing:not(.pid713) .header-top .header-flex,
.landing:not(.pid713) .header-top .top-extra,
.landing:not(.pid713) footer > .container {
    display: none;
}
.landing main.container.content {
    background: none;
}
.landing h1 {
    text-align: center;
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--primary-clr);
}

/* formular */
.landing .tx-powermail .btn-group {
    display: none;
}
.landing .tx-powermail fieldset {
    padding-top: 0;
    margin-top: 0;
    background: #fff;
    box-shadow: none;
    border: none;
    opacity: 0;
    display:none;
}
.landing .tx-powermail fieldset + fieldset {
    display: none;
}
.landing .tx-powermail fieldset[:first-of-type] {
    opacity: 1;
    display:block;
}
.landing .tx-powermail fieldset:not([style="display: none;"]) {
    opacity: 1;
    display:block;
}
.landing .tx-powermail fieldset:not([style]) {
    opacity: 0;
    display:none;
}

/* buttons */
.landing .powermail_tab_navigation {
    display: flex !important;
    flex-direction: column-reverse;
    width: 100%;
    padding: 0 15px;
} 
.landing .powermail_fieldset .btn-primary {
    width: 100%;
    padding: 15px 20px;
    text-align: center;
    border-radius: 0;
}
.landing .powermail_fieldset .btn-primary:before {
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}
.landing .powermail_fieldset .btn-primary:after {
    display: inline-block;
    margin-left: 20px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
}
.landing .powermail_fieldset .btn-primary:before {
    content: 'Weiter';
}
.landing .powermail_fieldset_113 .btn-primary:before,
.landing .powermail_fieldset_131 .btn-primary:before {
    content: 'Los gehts';
}
/* zurück */
.landing .powermail_fieldset .btn-warning {
    display: inline-block;
    margin-top: 20px;
    background: none;
    color: #aaa;
    text-decoration: underline;
}
.landing .powermail_fieldset .btn-warning:before {
    display: none;
}
.landing .powermail_fieldset .btn-warning:after {
    content: 'zurück';
}

/* Felder */
.landing .tx-powermail div.powermail_fieldwrap {
    display: block;
}
.landing .tx-powermail div.powermail_fieldwrap > label,
.landing .powermail_fieldset_131 h2 {
    display: block;
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #666;
}
.landing .tx-powermail div.powermail_fieldwrap > div.col-sm-10 {
    width: 100% !important;
    max-width: 100%;
    float: none;
    padding: 0;
}

/* radio und checkbox */
.landing .tx-powermail .radio input,
.landing .tx-powermail fieldset:not(.powermail_fieldset_112) .checkbox input {
    display: none;
}
.landing .tx-powermail .radio label,
.landing .tx-powermail fieldset:not(.powermail_fieldset_112) .checkbox label {
    display: block;
    width: 100%;
    padding: 15px 20px;
    border: 4px solid #ddd;
    text-align: center;
    font-size: 25px;
    transition: all 1s;
}
.landing .tx-powermail .radio.item_selected label,
.landing .tx-powermail fieldset:not(.powermail_fieldset_112) .checkbox.item_selected label {
    background: var(--primary-clr);
    color: #fff;
    border: 4px solid var(--primary-clr);
}

/* input text */
.landing .tx-powermail .powermail_input {
    background: #eee !important;
    padding: 10px 20px;
    height: 65px;
    font-size: 20px;
    text-align: center;
}

/* textarea */
.landing .tx-powermail textarea {
    background: #eee !important;
    padding: 10px 20px;
    font-size: 20px;
}


/* upload */
.landing .tx-powermail input[type=file] {
    background: #eee;
    padding: 14px 20px;
    height: 65px;
    line-height: 2em;
    width: auto;
    margin: 0 auto;
}
input[type="file" i] { 
    background: red;
}


.landing input.powermail_submit.btn.btn-primary {
    margin: 1rem 0;
    border-radius: 5px;
    font-size: 24px;
    text-transform: uppercase;
}

/* wir bieten */
.landing .powermail_fieldset_115 .col-sm-10 {
    padding: 20px 30px !important;
    background: var(--primary-clr);
    color: #fff;
    font-size: 18px;
}
.landing .powermail_fieldset_115 h2 {
    margin: 0 0 2rem;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
}
.landing .powermail_fieldset_115 h3 {
    display:block !important;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
}
.landing .powermail_fieldset_115 .benefits ul {
    padding-left: 0px;
}
.landing .powermail_fieldset_115 li {
    margin-bottom: 5px;
}

@media (min-width:768px) {
    .landing .powermail_fieldset_115 .benefits {
        display: grid;
        grid-template-columns: 55% 40%;
        grid-gap:5%;
    }
}
@media (min-width:1100px) {
    .landing .powermail_fieldset_115 .col-sm-10 {
        padding: 40px 60px !important;
        font-size: 20px;
    }
    .landing .powermail_fieldset_115 .benefits ul {
        padding-left: 30px;
    }
    .landing .powermail_fieldset_115 li {
        margin-bottom: 10px;
    }
}


/* Daten */
.landing .powermail_fieldset_112 .powermail_fieldwrap_type_input {
    position: relative;
}
.landing .powermail_fieldset_112 .powermail_fieldwrap_type_input label {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left !important;
    padding-left: 40px;
    font-size: 20px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    line-height: 65px !important;
    color: #999 !important;
}
.landing .powermail_fieldset_112 .powermail_fieldwrap_type_input input {
    background: rgba(0,0,0,0.05) !important;
}
.landing .powermail_fieldset_112 .checkbox {
    text-align: center;
    font-size: 18px;
}

/* Kontakt Abschluss Headline */
.landing .powermail_fieldwrap_persoenlichedaten h2 {
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    text-transform: uppercase;
    color: var(--primary-clr);
    margin-top: 5rem;
}

.landing .powermail_form_73 .powermail_fieldset .btn-warning {
    background: #ccc;
    color: #fff;
    padding: 20px 20px;
    border-radius: 0;
    font-size: 1.2rem;
    text-decoration: none;
}
.landing .powermail_form_73 .powermail_fieldset .btn-warning:hover {
    background: #aaa;
}
.landing .powermail_form_73 .powermail_fieldset .btn-warning::before {
    display: inline-block;
    margin-right: 5px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-size: 17px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f100";
}


/* .............. Video ...... */
.media2click-title {
    display: block;
    font-weight: 200;
    margin-bottom: .5em;
    background: rgba(255,255,255,0.9);
    color: #56ac42;
    padding: 25px 10px;
}
.media2click-placeholder {
	background: #fff url(../Img/placeholder.svg) no-repeat center center;
    background-size: contain;
}
.media2click-placeholder.media2click-haspreview {
    max-width: 100%;
}
@media (max-width: 551px) {
	.media2click-placeholder.media2click-haspreview {
		width: 100% !important;
		max-height: 180px;
	}
}
span.media2click-content {
    background: rgba(255,255,255,0.9);
    padding: 5px;
	max-width: 340px;
    margin: auto;
    font-size: 15px;
    color: #56ac42;
    font-weight: 600;
}

@media (max-width: 767px) {
    iframe {
        max-width: 100%;
    }
}


/* .............. DCE Teaser Startseite...... */
.dce-teaser {
	position:relative;
    margin: auto calc(50% - 50vw);
	margin-top:60px;
	margin-bottom:60px;
	padding-top: 60px;
    padding-bottom: 100px;
    color: #fff;
	background: rgba(86,172,66,0.8) !important;
	z-index: 2;
}
.dce-teaser:after {
	content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/typo3conf/ext/iw_54_wunderlich_physio/Resources/Public/Img/zpv_0206.jpg);
    width: 100%;
    height: 100%;
    opacity : 0.2;
    z-index: -1;
}
.dce-teaser .container > header {
    margin-bottom: 40px;
}
.dce-teaser .container > header h3 {
	margin-top: 0;
    text-align: center;
    font-size: 26px;
}
.dce-teaser .container > header h3:after {
    content: '';
    display: block;
    width: 40%;
    margin: 1rem auto;
    border-bottom: 1px solid #fff;
}
.dce-teaser .row {
	max-width: 1400px;
    margin: auto;
	display: flex;
    justify-content: center;
}
.dce-teaser .box {
	background: rgba(0,0,0,0.3);
    padding: 2px 15px 27px;
	height:100%;
    text-align: center;
}
.dce-teaser .text-wrap {
	min-height: 200px;
}
.dce-teaser .text-wrap p {
	font-size:0.9em;
}
.dce-teaser header h3 {
    margin-top: 30px;
    min-height: 52px;
    color: #fff;
}
.dce-teaser img {
    height: 60px;
    width: auto;
	margin-bottom: 20px;
}
.dce-teaser a.btn {
    margin-top: 10px;
    background: #fff;
    padding: 10px 30px;
    color: #56ac42;
}
.dce-teaser a.btn:hover {
	color: rgba(80,175,71,.7);
	background: #f2f2f2;
}
.dce-teaser a.btn:hover:before {
    color: rgba(80,175,71,.7);
}
@media (max-width: 575px) {
    .dce-teaser .col-12.col-sm-6.col-lg-4 {
        margin-bottom: 30px;
    }
    .dce-teaser:after {
        background-image: none;
    }
}


/* .............. DCE Buttons .....*/
.dce-buttons .row {
	justify-content: center;
}
.dce-buttons a.button {
    margin: 0;
    padding: 10px 10px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	border-radius: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
}
.dce-buttons a.button:before {
	display:none;
}


/* .............. Kontakt......*/
.frame-type-html > .iframewrap.maps {
    position: relative;
    padding-top: 25px;
    margin: auto calc(50% - 50vw);
	margin-top: 80px;
    height: auto;
}
.iframewrap.maps iframe {width:100%}

/* .............. Dankeseite ...... */
@media (min-width:992px) {
    #thanks main.container.content {
        background: none;
    }
    #thanks .frame-type-textpic figure.image {
        margin-top: 40px;
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
}
/* .............. Powermail...... */
.tx-powermail .container-fluid {
	padding:0;
}
.tx-powermail h3 {
    display: none;
}
.form-group {
    margin-bottom: 2rem;
}
.tx-powermail fieldset {
    padding: 35px 0px;
    background: #fff;
	  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.tx-powermail fieldset + fieldset {
    margin-top: 20px;
}
.tx-powermail legend.powermail_legend {
    display: none;
}
.tx-powermail .form-control {
	background: #f3f3f3;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
.col-xs-12.col-lg-4 > .frame.frame-default.frame-type-text.frame-layout-0 {
    padding: 25px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    background: #fff;
}

@media (max-width:991px) {
    .tx-powermail legend {
        margin-left: 0px;
        max-width: 100%;
    }
    .col-xs-12.col-lg-4 > .frame.frame-default.frame-type-text.frame-layout-0 {
    margin-top: 40px;
    }
}
@media (min-width: 768px) {
    /*.powermail_fieldwrap.powermail_fieldwrap_type_input.powermail_fieldwrap_name.form-group.col-md-12 {
        float: left;
    }*/
    .powermail_fieldwrap .col-sm-10 {
        float: right;
        max-width: 80%;
    }
}
#contact .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.powermail_fieldwrap.powermail_fieldwrap_type_check.powermail_fieldwrap_marker.nolabel.form-group.col-md-12 .checkbox {
    margin: 1rem 0;
}
input.powermail_submit.btn.btn-primary {
    margin: 1rem 0;
    border-radius:5px;
}
.powermail_fieldwrap.powermail_fieldwrap_type_typoscript.powermail_fieldwrap_pflichtfeldhinweis.form-group.col-md-12 .note {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 14px;
}
/* .............. Main Content...... */
.pid695 > main.container.content {
	background: #fff;
}
@media (min-width: 992px) {
	main.container.content {
		background: url(/typo3conf/ext/iw_54_wunderlich_physio/Resources/Public/Img/cw_wand_Kopie.png) center no-repeat scroll;
	}
}

/* .............. Textmedia...... */
.ce-bodytext {
	margin-top: 10px;
}
.ce-bodytext > h2:first-child {
	margin-top: 0;
}
.frame-type-textmedia .ce-border img {
	border: 1px solid rgba(0,0,0,0.1);
}
.frame-type-textmedia .ce-below .ce-gallery {
	margin-top: 40px;
}
.frame-layout-2,
.frame-type-textpic,
.frame-type-textmedia,
.frame-backgroundbox {
  display: inline-block;
  max-width: 900px;
  background: rgba(255,255,255,0.85);
  margin: auto;
  margin-bottom: 40px;
}
.frame-backgroundbox {
	background: rgba(80,175,71,0.9);
	color: #fff;
	padding: 20px 30px 10px !important;
}
@media (min-width: 576px) {
    .frame-layout-2,
    .frame-type-textpic, .frame-type-textmedia {
        padding: 30px 25px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
        box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    }
}
.pid695 .frame-type-textmedia {
    max-width: 100%;
    background:none;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.frame-type-textpic header h2, .frame-type-textmedia h2 {
	margin-top: 0;
}
.ce-above .ce-gallery {
    margin-top: 20px;
}
footer .ce-above .ce-gallery {
    margin-top: 0;
}

.ce-gallery[data-ce-columns="3"] .ce-column {
   width:32%;
}
.ce-gallery[data-ce-columns="2"] .ce-column {
   width:49%;
}
.pid712 .backbutton {
   margin-left:0px;
}
/* .............. Tabelle..... */
td {
    padding-left:10px;
}
td p {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* ............... DCE Keyvisual .........*/
.dce-keyvisual h4 {
    background: #50af47;
}
.dce-keyvisual .badge div,
.dce-keyvisual .badge a:link,
.dce-keyvisual .badge a:visited {
    background: #ff9000;
}
.dce-keyvisual .badge a:hover,
.dce-keyvisual .badge a:focus {
    background: #e08510;
}
.dce-keyvisual .badge div,
.dce-keyvisual .badge a:link,
.dce-keyvisual .badge a:visited {
    padding: 0.6rem 1.2rem 1.2rem;
}

.dce-keyvisual > .box-below {
    background: #ff9000;
}
.dce-keyvisual > .box-below .textbox {
    padding: 12px 0 12px;
}
.dce-keyvisual > .box-below .text {
    font-size: 1.1rem;
    text-align: center;
}
.dce-keyvisual > .box-below .text a {
	background: #fff;
    display: inline-block;
    padding: 3px 12px 2px;
    font-size: 0.9em;
    opacity: 0.95;
}

@media (max-width: 767px) {
	.dce-keyvisual .textbox {
		display: block;
		width: 100%;
	}
	.dce-keyvisual .text {
		background: rgba(80,175,71,0.2);

	}
	.dce-keyvisual .container {
		padding: 0;
		max-width: 100%;
	}
	.dce-keyvisual > .d-flex {
		position: relative;
	}
}

/* ............... DCE Team .........*/

.team {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    background: rgba(255,255,255,0.85);
    height: 100%;
}

.team h4 {
    font-size: 20px;
    color: rgba(80,175,71,.7);
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 15px;
    padding-left:15px;
    padding-right: 15px;
}
.team .position {
    font-size: 16px;
    padding: 5px 15px 15px;
    color: #777;
}
.team p {
    margin-bottom: 0;
	color: #777;
}
.team .text {
    padding: 0 15px 15px;

}

/* ............... DCE Accordion .........*/
.dce-accordion .card-header h5 button {
    background: var(--lighter-primary-clr);
    color: #fff;
}
.dce-accordion .card-header h5 button:hover,
.dce-accordion .card-header h5 button:focus,
.dce-accordion .card-header h5 button[aria-expanded="true"] {
    background: var(--primary-clr);
    color: #fff;
}
.dce-accordion .card-body {
    background: #f3f3f3;
}


/* .............. 404 - Sitemap ..... */
.frame-type-menu_sitemap {
    padding: 25px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    background: #fff;
    max-width: 700px;
    margin: auto;
}
.frame-type-menu_sitemap ul {
    list-style: none;
}
.frame-type-menu_sitemap > ul > li:before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #337ab7;
    padding-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
    float: left;
}
.frame-type-menu_sitemap > ul > li > ul > li:before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #337ab7;
    padding-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    float: left;
}
/* .............. Blog..... */
.row.article.articletype-0,
.news .news-list-view .article .box{
    padding: 25px 0;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    margin-bottom: 40px;
    background: rgba(255,255,255,0.85);
}
.news .news-list-view .article .box button {
	display: flex;
    justify-content: center;
    width: 100%;
}
.news .news-list-view .article .box .header {
	min-height: 69px;
}
.news .news-list-view .article .box .footer {
	display:none;
}
.news .news-list-view .article .box .teaser-text {
	padding: 0;
}
.news .news-list-view .article .box{
	padding: 15px;
	height:100%;
}
@media(min-width: 992px) {
  .row.article.articletype-0 {
      padding: 25px;
  }
}
.news-list-view.row > .row {
	margin-right: 15px;
	margin-left: 15px;
}
.news-list-view.row a {
	color: #56ac42;
}
.news-list-view.row a.more {
	color: #56ac42;
}
.news-list-view.row a.more:before {
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
}
.news-list-view .article h3 {
	margin: 0 0 15px 0;
}
.news-list-view .teaser-text {
	padding-bottom: 40px;
}
.news-list-view .article p {
	margin: 15px 0;
}
.news-list-date time {
    font-size: 14px;
}
.news-list-view button {
	margin-top: 10px;
}
.news-list-view .article.articletype-0.col-12 {
    margin-bottom: 20px;
}
span.news-list-category {
    display: none;
}
.article.articletype-0.col-12 header span {
    color: #0e2632;
}
@media (min-width: 768px) {
	.aside {
		margin-top: 85px;
	}
}

.news ul > li > ul > li:before {
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #0e2632;
    padding-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
}
.news ul li a {
	color: #0e2632;
}
.category-tree > ul > li > a{
	display: block;
	background: #0e2632;
	color: #fff;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.news-list-view .page-navigation {
    font-size: 15px;
    height: 20px;
    margin-bottom: 20px;
    margin-left:15px;
    overflow: hidden;
    width:100%;
    position: relative;
}
.news-list-view .page-navigation .f3-widget-paginator {
    position: absolute;
    right: 15px;
    top: 0px;
}
.news-list-view .page-navigation ul li {
    border: none;
    float: left;
    list-style: none;
    margin-left: 10px;
}
/* News-Artikel Detailansicht */
.news.single {
	margin: 0;
}
.news.news-single {
    margin-bottom: 40px;
    background: rgba(255,255,255,0.85);
}
@media(min-width: 576px) {
  .news.news-single {
    padding: 25px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  }
}
.news-single .article {
    display: flex;
    flex-wrap: wrap;
}
.news-single h1 {
	margin-bottom:10px;
}
.news-single .text-wrap {
	margin-bottom: 30px;
}
.news-single .teaser-text {
    font-weight:bold;
	margin-top:30px;
}
.news.single .article .news-img-wrap {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	float: none;
	margin: 0 0 30px 0;
	background: none;
}
.news-img-wrap .mediaelement.mediaelement-image {
    margin-bottom: 20px;
}
.news .article .news-img-wrap a {
	float: none;
	border: none;
	background: none;
}
.news-single img.img-fluid {
    margin-bottom: 20px;
}
.news.single .news-list-date {
	font-size: .9rem;
	color: #999;
}
.news-single .footer {
	margin-bottom: 40px;
}
.news .news-related {
	display: inline-block;
	width: 100%;
	padding: 0;
}
.news .news-related h4 {
	font-size: 18px;
}
.news-single h3,
.news-single p {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	max-width: 100%;
}
.news .news-related h4::after {
	display: none;
}
.news.artikel-single .news-price {
	font-size: 20px;
}

.news .news-related ul {
	padding: 0;
	list-style: none;
}
.news .news-related .news-related-files-link {
	padding: 0;
	border: none;
}
.news .news-related a {
	font-size: 15px;
}
.news .news-related .news-related-files-size,
.news .news-related-links span {
	font-size: 14px;
	font-weight: 100;
}
.news .news-related-links li {
	position: relative;
	padding-left: 13px;
}
.news .news-related-links a {
	margin-bottom: 3px;
}
.news .news-related-links a i.fa {
	position: absolute;
	top: 0;
	left: 0;
}
.news .news-backlink-wrap a {
	margin-top: 30px;
	font-size: 16px;
	color: #56ac42;
}
.news .news-backlink-wrap a::before {
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #56ac42;
    padding-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f060";
}
.news .news-backlink-wrap a i.fa {
	font-size: 10px;
}

@media(min-width: 992px) {
	.news.single .text-wrap {
		margin-bottom: 0px;
	}
}


.news-backlink-wrap {
	margin-top:50px;
}

/* .............. Footer ...... */

.contact span i {
    margin-bottom: 9px;
}
.contact span.facebook i {
    margin-right: 3px;
    margin-left: 4px;
}
.contact span i:before {
    margin-right: 10px;
}
footer > .container .image {
	width: 80%;
}
/* .............. Musthave...... */
.musthavecopy {
	background: rgba(80,175,71,.7);
	font-size: 14px;
	margin-top: 40px;
	padding: 10px 0;
	display:flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	color: #fff;
}
.musthavecopy a ,
.musthavecopy .copy {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
.copy a:before {
	content:none;
}
.musthave {
	margin:0;
	padding:0;
}
.musthave li {
	display: inline-block;
	margin-right:20px;
}
.musthave li a:before {
	content:none;
}
.musthave li a:hover {
	color: #fff;
}
.musthave li a:hover:after {
	background-color: #f2f2f2;
}

@media(min-width: 768px) {
  .musthavecopy .copy {
    float: right;
  }
}

/* .............. Print Styles...... */
@media print {
  	a[href]:after {
    	content: none !important;
 	}
	.top-extra,
	nav,
	.keyvisual-text-outer,
	img,
	img.img-responsive,
	img.small,
	.news,
	.pid695 h2.ce-headline-left,
	a.button,
	a.button.btn,
	.row.sitemap,
	ul.musthave,
	div#c2602{
		display: none;
	}
	section.angebot {
		margin-top: 0px;
		padding: 0px;
	}
	.angebot::before {
		top: 0px;
		height: 0px;
	}
	.collapse {
	    display: block !important;
		height: auto !important;
    	}
	.media2click-wrap {
		display: none;
	}
	footer {
		margin-top: 0;
	}
	.dce-teaser {
		margin-top: 0;
		padding: 0;
	}
}
