
/*
Theme Name: public eye
Author: zaak
Author URI: https://www.zaak.ch/
Version: 1.0
License: GNU General Public License
*/




@font-face {
    font-family: 'GT-Sectra-Book';
    src: url('webfonts/gt-sectra/GT-Sectra-Book.woff') format('woff'),
		url('webfonts/gt-sectra/GT-Sectra-Book.woff2') format('woff2'),
         url('webfonts/gt-sectra/GT-Sectra-Book.eot') format('eot'),
	  url('webfonts/gt-sectra/GT-Sectra-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GT-Sectra-Book-Italic';
    src: url('webfonts/gt-sectra/GT-Sectra-Book-Italic.woff') format('woff'),
		url('webfonts/gt-sectra/GT-Sectra-Book-Italic.woff2') format('woff2'),
         url('webfonts/gt-sectra/GT-Sectra-Book-Italic.eot') format('eot'),
		 url('webfonts/gt-sectra/GT-Sectra-Book-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GT-Sectra-Bold';
    src: url('webfonts/gt-sectra/GT-Sectra-Bold.woff') format('woff'),
		url('webfonts/gt-sectra/GT-Sectra-Bold.woff2') format('woff2'),
         url('webfonts/gt-sectra/GT-Sectra-Bold.eot') format('eot'),
		 url('webfonts/gt-sectra/GT-Sectra-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.mail-de,
.mail-fr,
.mail-en {display: none;}


body.de .mail-de,
body.fr .mail-fr,
body.en .mail-en {display: block;}




body.en .line.weiss {
    border-top: 0px solid #fff;
    padding-bottom: 40px;
}


body {
	 font-family: 'GT-Sectra-Book';
	  font-weight: normal;
    font-style: normal;
}


.antwort p {
	font-size: 20px;
}

.wpml-ls-statics-shortcode_actions ul li {
	display: inline;
	margin-right: 10px;
}

body.de .wpml-ls-item-de a {
	  color: #000 !important;
}

body.fr .wpml-ls-item-fr a {
	  color: #000 !important;
}
body.en .wpml-ls-item-en a {
	  color: #000 !important;
}

input[type=text], input[type=button] {
-webkit-appearance: none;
-webkit-border-radius: 0;
}


.page-template-_quiz h3 {
	    font-size: 1.3em; 
	  font-family: 'GT-Sectra-Book';
}



.ankeracc {
	position: absolute;
	top: -70px;
}

label.akk .panel {
	max-height: 200px;
}
.mobileno {
	display: block;
}
.button.rotklein {
    display: inline-block;
    padding: 10px;
    color: #fff;
    background-color: #e30234;
    font-family: 'Radikal';
    text-transform: uppercase;
	padding: 5px 10px;
}

.button.rot {

    color: #fff;
    background-color: #e30234;
    font-family: 'Radikal';
    text-transform: uppercase;

}

.panel .right img {
	padding-top: 20px;
}
 p a {
	color: #e30234 !important;
	text-decoration:underline;
}


.page-template-_quiz .social-sharing-wrapper {
	

}

ul.social-sharing  {
	list-style-type: none;
	padding: 5px 0 0 0;
	margin: 0;
}

.social-sharing li {
	padding: 0;
	display: inline-block;
	padding-right: 10px;
	float: left;
}
.icon.icon-facebook {
	background-image:url(img/facebook.svg);
	background-repeat: no-repeat;
	
	width: 30px;
	height: 30px;
	display: block;
}
.icon.icon-instagram {
	background-image:url(img/instagram.svg);
	background-repeat: no-repeat;
	
	width: 30px;
	height: 30px;
	display: block;
}
.icon.icon-twitter {
	background-image:url(img/twitter.svg);
	background-repeat: no-repeat;
	
	width: 30px;
	height: 30px;
	display: block;
}


.icon.icon-twitter {
	background-image:url(img/twitter.svg);
	background-repeat: no-repeat;
	
	width: 30px;
	height: 30px;
	display: block;
}
.icon.icon-whatsapp {
	background-image:url(img/whatsapp.svg);
	background-repeat: no-repeat;
	
	width: 30px;
	height: 30px;
	display: block;
}

.icon.icon-linkedin {
	background-image:url(img/linkedin.svg);
	background-repeat: no-repeat;
	
	width: 30px;
	height: 30px;
	display: block;
}

.icon.icon-youtube {
	background-image:url(img/youtube.svg);
	background-repeat: no-repeat;
	
	width: 30px;
	height: 30px;
	display: block;
}


.icon.icon-mailto {
	background-image:url(img/mail.svg);
	background-repeat: no-repeat;
	
	width: 30px;
	height: 30px;
	display: block;
}



.textimage {
	max-width: 200px;
}

.menu a {
    color: #e30234;
    font-family: 'imagoregular';
}

.grunde .panel a {
    color: #fff;
    text-decoration: underline;

}
input.button {
    display: inline-block;
    padding: 15px 20px 12px 20px;
    color: #fff;
    background-color: #e30234;
    font-family: 'Radikal';
    text-transform: uppercase;
	border: none;
	font-size: 20px;
	min-width: 200px;
}

body.home {
	background-color: #fff;
	  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

body.load {
	background-color: #fff;
}
html {
  scroll-behavior: smooth !important;
}

body .container {
	opacity: 0;
	overflow: hidden;
		  -webkit-transition: all 0.5s ease-in-out 0.5s;
  -moz-transition: all 0.5s ease-in-out 0.5s;
  -o-transition: all 0.5s ease-in-out 0.5s;
  -ms-transition: all 0.5s ease-in-out 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
}
body.load .container {
	opacity: 1;
}

a,
.slick-list,
.slick-slide,
.slick-list div
{
	outline: none;
}
/* Global */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
  border: 0;

}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;

}
::-webkit-scrollbar {
    width: 8px;
	z-index:22000;
	  display: block;

	
}


body.akk-nav::-webkit-scrollbar {
    display: block;
	
}
/* Track */
::-webkit-scrollbar-track {
    background-color: #e6e6e6;
	
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #000;
	border-radius:0px;
	
	

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #999; 
}



.minion {
	font-family: minion-pro, serif;
font-weight: 400;
font-style: italic;
	
	
	
	
}

html {
  margin: 0 !important;
	padding: 0;
}


.blau {
	color: #0067b2;
}





body {	
	  font-family: 'GT-Sectra-Book';
	
  margin: 0 !important;



  height:auto;
  overflow:hidden;
  overflow-y: scroll;
	

  font-style: normal;

  font-size: 17px;
  	font-weight: 300;
 	 line-height: 1.4;
  color: #000;

	font-weight: 400;

 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;

 
}
.red {
	color:#cd1619;
	
	}
h1,
h2,
h3,
h4,
h5,
h6 {
	 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
 font-family: 'Radikal';

   font-weight:normal;
  

   line-height:1.2;
	font-size: 1.6em;


}


.bold {
	font-weight: bold;
}


a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
	color:inherit;
	font-size: 1.6em;
	  font-family: 'Radikal';
	
	
}


h4.gender.klein {
	    font-size: 1.1em;
	font-family: 'GT-Sectra-Book';
}





.right h3 {

	margin-bottom: 10px;	


	
	}		

h4 {
	font-size:1.5em;
 


}

p {
  	margin: 0 0 0px 0;
	font-size: 19px;
  	font-weight: 300;
 	 line-height: 1.4;

	font-weight: 400;

}
.weiss {
	color: #fff;
}
.bigbig {
	font-size: 40px;
	padding-bottom: 15px;
}
.big {
	font-size: 35px;
	padding-bottom: 15px;
}
.medium {
	font-size: 35px;
	padding-bottom: 15px;
}
.medium-2 {
	font-size: 20px;
}


	a:active,
	ul,
	li{
outline: none;
border: none;
}


li {
	line-height: 1.4;

}



ul {
  list-style: disc;
  margin:0px 0;
	margin-left: 17px;
}
ol {
  list-style: decimal;
}
b,
strong,
.bold{
	font-weight: bold;
}


.radikal{
	 font-family: 'GT-Sectra-Bold';
}
dfn,
cite,
em,
i {
  font-style: italic;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
.center {
	text-align:center;}
.clear {
	clear:both;
	}
a {
  color: #000;
  text-decoration: none;
  outline: 0;
  border: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover {
	
}
.section {
	position: relative;
}
.anker {
	position: absolute;
	top: -50px;
}

	
a:hover,
a:hover h3 {
	color:#000000;


}


.headerframe a.button {
	padding-bottom: 5px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.headerframe  a.button::after {
	font-size: 8px;
	padding-top: 4px;
	 font-family: "Font Awesome 5 Free";
     content: "\f054";
     display: inline-block;
   padding-right: 0px;
   vertical-align: middle;
   font-weight: 900;
	margin-left: 10px;
	border: 0px solid #000;
	color: #0067b2;
	border-radius: 100%;
	    width: 18px;
    height: 18px;
    box-sizing: border-box;
    text-align: center;
	background-color: #fff;
}


	
html {
  scroll-behavior: smooth;
}


.toggle-box {
	display:block;
	position: fixed;
	top: 0;
	left: 0;
	width: 62px;
	z-index: 8002;


	
	}  

.toggle-box > img  {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 20px;
	cursor: pointer;
	
}
body  .toggle-x,
body.akk-nav  .toggle{
	display: none;
}

body  .toggle,
body.akk-nav  .toggle-x{
	display: block;
}


.button {
	display: inline-block;
	padding: 10px;
	color: #fff;
	background-color: #e30234;
	font-family: 'Radikal';
	text-transform: uppercase;
}

.button-klein.text-right {
	padding: 1px 7px 3px 7px;
	border: 1px solid #000;
}

.button {
    display: inline-block;
    padding: 10px;
    color: #000;
    background-color: #fff;
    font-family: 'Radikal';
    text-transform: uppercase;
}

/* ----------------------------------------------------------------------------header   */	

.header {
	height: 62px;
	width: 100%;
	background-color: #fff;
	position: fixed;
	border-bottom: 1px solid #efefef;
	box-sizing: border-box;
	top: 0;
	z-index: 1000;
}




	.logo {
		top: 10px;
			height: auto;
    width: 120px;
		position: absolute;
    left: 0%;
   
}

.content {
	position: relative;
}

.swiss {
	position: absolute;
	left: 200px;
	top: 10px;
	width: 40px;
}





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

/* ---------------------------------------------------------------------------- toggle   */	

.panel .flex {
	display: flex;
}


.panel .left {
	flex-basis: 66.666%;
	box-sizing: border-box;
	padding-right: 20px;
}

.panel .right {
	flex-basis: 33.333%;
}


/* ---------------------------------------------------------------------------- toggle   */	
.toggle_box {
	position: absolute;
	right: 10px;
	top: 10px;
	
}
.toggle_nav {
    display:block;
    position:absolute;
    right:10px;
    top:10px;
    z-index:1003;
    height:20px;
    width:30px;
    cursor:pointer;
}
.toggle_nav:hover span {
    background:#006CAD;
}

.toggle_nav.active:hover span {
    background:#e30234;
}


.toggle_nav.active .top {
    transform:translateY(10px) translateX(0) rotate(45deg);
    -webkit-transform:translateY(10px) translateX(0) rotate(45deg);
    background:#e30234;
}
.toggle_nav.active .middle {
    opacity:0;
    filter:alpha(opacity=0);

}
.toggle_nav.active .bottom {
    transform:translateY(-10px) translateX(0) rotate(-45deg);
    -webkit-transform:translateY(-10px) translateX(0) rotate(-45deg);
    background:#e30234;
}
.toggle_nav span {
    background:#e30234;
    border:none;
    height:2px;
    width:100%;
    border-radius:10px;
    position:absolute;
    top:0;
    left:0;
    cursor:pointer;
	transition:all 0.3s all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
}
.toggle_nav span:nth-of-type(2) {
    top:10px;
}
.toggle_nav span:nth-of-type(3) {
    top:20px;
}

body.page-template-_quizstart.load {
	background-color:#e30234 !important;
	height: 100%;
}

body.akk-nav .header {
		transition:all 0.3s all 0.s ease-in-out;
    -webkit-transition:all 0.s ease-in-out;
    -moz-transition:all 0.s ease-in-out;
    -o-transition:all 0.s ease-in-out;
    -ms-transition:all 0.s ease-in-out;
    height: 62px;
    width: 100%;
    background-color: #fff;
    position: fixed;
    border-bottom: 1px solid #e30234;
    box-sizing: border-box;
    top: 0;
    z-index: 100;
	background-color: #fff;
}
 .navigation {
	display: none;

	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
}


body.akk-nav .wpml-ls-link {
    color: #fff;

}

body  .navigation {

	background-color: #fff;
	transition:all 0.3s all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
}




body.akk-nav  .navigation {
	display: block;
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
	 overflow-y: scroll;
		transition:all 0.3s all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
}


.navigation::-webkit-scrollbar {
   
	display: none;
}


body.akk-nav  .logo .st0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #fff;
			transition:all 0.3s all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
}



/* ---------------------------------------------------------------------------- menu   */	

.logo .st0{ 
	fill-rule:evenodd;
	clip-rule:evenodd;
	fill:#006CAD;
} 


.navigation .content {
	padding-top: 0px;
	height: 100%;
}

.menu {
	list-style-type: none;
	    margin-left: 0px;
}
.nav a {
	color: #e30234 !important;
	  font-family: 'Radikal';
}

.wpml-ls-statics-shortcode_actions ul  {
	list-style-type: none;
	    margin-left: 0px;
	font-size: 20px;
}
.wpml-ls-statics-shortcode_actions ul a  {

	font-size: 25px !important;
}


.navigation .nav > div a {
	font-size: 25px;
	    line-height: 1;
    margin: 0 0 40px 0;
	display: block;
}


.navigation .nav .wpml-ls-slot-shortcode_actions a {
    font-size: 25px;
    line-height: 1;
	margin: inherit;
	display:inline;
}


textarea {  font-family: 'imagoregular';}


.navigation  .nav > div {
	flex-basis: 50%;
	height: 100%;
	padding-top: 150px;
	box-sizing: border-box;
}

.navigation  .nav > div:nth-child(2) {
	border-left: 1px solid rgb(105, 165, 222);
}


.footer .menu ul {
	margin-left: 0px;
}
.footer .menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
} 

.footer .menu li {
	display: inline-block;
	color: #666;
} 
.footer .menu li a {
	color: #666;
} 
.footer .menu li::after {
	content: "/";
	padding: 0 10px;
} 

.footer .menu li:last-of-type::after {
	content: "";
	padding: 0 10px;
} 





.abstandleftmenu {
	margin-left: 47px;
	color: #fff;

	line-height: 60px;
}
.navigation .nav > div:nth-child(2) li a {
	font-weight: 600;
}

.navigation .nav > div li a:hover {
	opacity: 0.7;
}

.section {
	width: 100%;
}

.content {
   
    margin: 0 200px;
}

.container {
	padding-top: 130px;
}

/* ---------------------------------------------------------------------------- quiz   */	
.rot {
	color: #e30234;
}

.klein {
	font-weight: 19px;
}


.page-template-_quiz .container {
	min-height: 90vh;
}
.page-template-_quiz .section.einleitung {
		min-height: 90vh;

}


.page-template-_quiz .section.einleitung  {
	padding-top: 60px;

}


.page-template-_quiz h2 {
	font-size: 30px;
	padding-bottom: 15px;
}


.gform_wrapper.gravity-theme .gfield_label {
    font-size: 30px !important;
	margin-bottom: 20px !important;
	display: block;
	font-family: 'Radikal';
	line-height: 1.2em;

}

.gform_anchor {
	position: absolute;
	top: -100px;
}


.flexbox {
	display: flex;
}

.redbg {
	background-color: #e30234;
}
.top h1,
.top h2,
.top h3 {
	display: inline-block;
}
.quiz .quiz-chois {
	margin: 0 -10px ;
	
}


.quiz .quiz-chois > div {
	box-sizing: border-box;
	margin: 10px;
	position: relative;
		background-color: #fff;

}



.quiz {
	background-color: #e30234;
	padding-bottom: 30px;
}
.quiz .top {
	position: relative;
	display: flex;
	padding: 30px 0;
	box-sizing: border-box;
}
.quiz .right {
	
	flex-basis:  33.333%;
}
.quiz .left {

	flex-basis:  66.666%;
}
.icon-right {
	float: right;
	width: 100px;
	height: auto;
}
.section.einleitung .content {
	display: flex
}
.section.einleitung .content  > div{
	flex-basis: 50%;
	padding-right: 15px;
	box-sizing: border-box;
}

.quiz-chois {
	display: flex;
}

.quiz-chois .box  {
	flex-basis: 33.333%;
}



#gquiz_confirmation_message {
	display: flex;
}

#gquiz_confirmation_message > div,
#gquiz_confirmation_message > video,
#gquiz_confirmation_message > img{
	flex-basis: 50%;

}
#gquiz_confirmation_message > video {
	width: 50%;
}

/* ---------------------------------------------------------------------------- quiz   */	


.gform_previous_button{
	display: none !important;
}

.gfield_radio  input{
	display: none !important;
}
 
 
.gfield_radio label {
	border: 2px solid #e30234;
	margin-bottom: 10px !important;
	padding: 10px;
	display: block  !important;
}
.gfield_radio label.akk {
	border: 2px solid #e30234;
	margin-bottom: 10px !important;
	padding: 10px;
	display: block;
	background-color:  #e30234;
	color: #fff;
	
}
.gfield_radio label .accordion {

	  font-family: 'GT-Sectra-Bold';
}

.section .gfield_radio label .accordion,
.section .gfield_radio label .panel{
    position: relative;
    transition: all 0.s ease-in-out 0.0s;
    -webkit-transition: all 0s ease-in-out 0.0s;
    -moz-transition: all 0s ease-in-out 0.0s;
    -o-transition: all 0s ease-in-out 0.0s;
    -ms-transition: all 0s ease-in-out 0.0s;
}

.gform_page_fields > div {
	display: block !important;
}
.gform_page_fields > div > div,
.gform_page_fields > div > fieldset{
	float: right;
	width: 50%;
}



.gform_wrapper.gravity-theme .gform_fields {
    width: 100%;
    display:block !important;
    -ms-grid-columns:inherit;
    grid-template-columns: inherit;
    grid-template-rows: inherit;
    grid-column-gap: inherit;
    grid-row-gap: inherit;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 6px 0 0;
    padding: 16px 0;

}

.text-right {
	text-align: left;
	float: none;
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 100;
}

p a.text-right  {
    color: #000 !important;
    text-decoration: none;font-size: 14px
}




.gform_body video {
	width: 100%;
}

.page-template-_quiz .section.einleitung .content > div.left {
	width: 100%;
}

.page-template-_quiz  .section.einleitung .content {
    display: block;
	position: relative;
	min-height: 80vh;
}
.page-template-_quiz  .section.einleitung .content .left {
	height: 80vh;
	display: block;
	flex-basis: 100%;
	height: auto;
}
.page-template-_quiz .footer {
	display: none;
}

.gform_wrapper.gravity-theme .gform_footer button+input, .gform_wrapper.gravity-theme .gform_footer input+button, .gform_wrapper.gravity-theme .gform_footer input+input, .gform_wrapper.gravity-theme .gform_page_footer button+input, .gform_wrapper.gravity-theme .gform_page_footer input+button, .gform_wrapper.gravity-theme .gform_page_footer input+input {
    margin-left: 0px !important;
	border: none;
}



.page-template-_quizstart .container {
    padding-top: 60px;
}



/* ---------------------------------------------------------------------------- handbuch   */	


.handbuch .top ,
.extras .top{
	display: flex;

	
}



.extras .top .left{
	padding-top: 0px;
	flex-basis: 66.66%;
	    margin-bottom: 70px;
	padding-right: 20px;
}


.extras .top .right{

	flex-basis: 33.33%;
}



.handbuch .top .left{
	padding-top: 80px;
	flex-basis: 66.66%;
	    margin-bottom: 70px;
	padding-right: 20px;
}

.handbuch .top .right{

	flex-basis: 33.33%;
}




.check {
	width: 50px;
	height: auto;
}

.top .accbox {
	position: relative;
	padding-right: 33.333%;
	box-sizing: border-box;
}

.plus {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	width: 50px;
	height: auto;
		transition: all 0.3s all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.active .plus {
	transform: rotate(45deg); 
}
.acc-content? {
	overflow: hidden;
	max-height: 0;
	transition: all 0.3s all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
} 

.slider-nav .box {
	padding: 0 10px;
	box-sizing: border-box;
} 

.slider-nav {
	margin: 0 -10px;
}


.section .accordion{
	position: relative;

			transition: all 0.6s ease-in-out 0.0s;
    -webkit-transition: all 0.6s ease-in-out 0.0s;
    -moz-transition: all 0.6s ease-in-out 0.0s;
    -o-transition: all 0.6s ease-in-out 0.0s;
    -ms-transition: all 0.6s ease-in-out 0.0s;
}


.panel{

		transition: all 0.3s all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}


.section.grunde.active .accordion {
    width: 30px;
    position: absolute;
    right: 20px;
    bottom: 20px;
	 transform: rotate(180deg);
			transition: all 0.6s ease-in-out 0.0s;
    -webkit-transition: all 0.6s ease-in-out 0.0s;
    -moz-transition: all 0.6s ease-in-out 0.0s;
    -o-transition: all 0.6s ease-in-out 0.0s;
    -ms-transition: all 0.6s ease-in-out 0.0s;
}

.grunde .panel a {
    color: #000;
    text-decoration: underline;
}



/* ---------------------------------------------------------------------------- 12 gründe neu   */	

.grunde .box .content-abb{
	background-color: #fff;
	margin-right: 0px;
	box-sizing: border-box;
	padding: 15px 30px 10px 30px;
	color: #000;
	margin-left: 00px;
	border: 3px solid #e30234;
	min-height: inherit;
	
}

.extras .box .content-abb h2{

	color: #e30234;
	min-height: 100px;

	
}
.extras .box .content-abb{
	background-color: #fff;
	margin-right: 20px;
	box-sizing: border-box;
	padding: 15px 30px 10px 30px;
	color: #000;
	margin-left: 00px;
	
	min-height: inherit;
	border: #e30234 2px solid;
	
}
 .accordion-button.active   .accordion-auto {
    width: 30px;
    position: absolute;
    right: 20px;
    top: 13px;
	 transform: rotate(180deg);
			transition: all 0.6s ease-in-out 0.0s;
    -webkit-transition: all 0.6s ease-in-out 0.0s;
    -moz-transition: all 0.6s ease-in-out 0.0s;
    -o-transition: all 0.6s ease-in-out 0.0s;
    -ms-transition: all 0.6s ease-in-out 0.0s;
}




 .accordion-auto {
    width: 30px;
    position: absolute;
    right: 20px;
    top: 13px;
	 transform: rotate(0deg);
			transition: all 0.6s ease-in-out 0.0s;
    -webkit-transition: all 0.6s ease-in-out 0.0s;
    -moz-transition: all 0.6s ease-in-out 0.0s;
    -o-transition: all 0.6s ease-in-out 0.0s;
    -ms-transition: all 0.6s ease-in-out 0.0s;
}

.grunde .box {
	margin-bottom: 10px;
}


img.check {
    width: 30px;
    height: auto;
	position: absolute;
	    left: 0px;


}

.accordion-button h2,
.extras .content-abb h2{
	padding-left: 0px;
	padding-right: 23px;
}

.section.extras {
	margin-bottom: 60px;
}

/* ---------------------------------------------------------------------------- 12 gründe   */	






.topline {

	padding-top: 60px;
	
}
.line {


	border-top: 1px solid #333;
}
.grunde .content-absolut {
	
	padding-top: 30px;
	width: 1000px;
	height: 600px;

	 
  
}

.grunde .slick-next {
    background-color:transparent;
	background-image: none;
    border: medium none;
    cursor: pointer;
    display: block;
    font-size: 0px!important;
    height: 20px;
    line-height: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 0%;
    transform: none;
    width: 20px;
    z-index: 300;
    opacity: 1;
}

.nummer {
	font-size: 35px;
	color: #000;
	font-family: 'Radikal';
}
.slider .slick-track > div > div > div > div {
	padding-bottom: 50px;
	position: relative;
}
.panel {
	overflow: hidden;
	max-height: 0;
}



.grunde .accordion {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 30px;
}



/* ---------------------------------------------------------------------------- 9 kntakte   */	




 .section.kontakte.active  .pfeil {
    width: 30px;
    position: absolute;
    right: 20px;
    top: 13px;
	 transform: rotate(180deg);
			transition: all 0.6s ease-in-out 0.0s;
    -webkit-transition: all 0.6s ease-in-out 0.0s;
    -moz-transition: all 0.6s ease-in-out 0.0s;
    -o-transition: all 0.6s ease-in-out 0.0s;
    -ms-transition: all 0.6s ease-in-out 0.0s;
}




 .section.kontakte  .pfeil {
    width: 30px;
    position: absolute;
    right: 20px;
    top: 13px;
	 transform: rotate(0deg);
			transition: all 0.6s ease-in-out 0.0s;
    -webkit-transition: all 0.6s ease-in-out 0.0s;
    -moz-transition: all 0.6s ease-in-out 0.0s;
    -o-transition: all 0.6s ease-in-out 0.0s;
    -ms-transition: all 0.6s ease-in-out 0.0s;
	 display: none;
}



.bar  {
	display: flex;
	box-sizing: border-box;
	padding-right: 30px;
}

.bar > div {
	flex-basis: 20%;

	height: 10px;
	background-color: #000;
	
}

.bar > div.akk {
	flex-basis: 20%;

	height: 10px;
	background-color: #e30234;
	
}
.section.kontakte .accordion {
	width: 30px;
	height: 30px;
	right: 20px;
	top: 20px;
	position: absolute;
}
.flexbox .left {
	flex-basis: 66.66%;
}

.flexbox .right {
	flex-basis: 33.33%;
}
.textblock {
	padding: 30px 0;
}

.content .redbg {
	position: relative;
}


.titelbox_kontakte {
	padding: 15px 30px;
	min-height: 100px;
}

.line.weiss {
	border-top: 1px solid #fff;
	padding-bottom: 40px;
}


.footer .left h4 {
	padding-bottom: 10px;
}


.footer h4 {
	padding-bottom: 5px;
}

.slider .slick-prev,
.slider-extra .slick-prev,
.slider-bonus .slick-prev{
    left: 0;
    width: 150px;
    height: 100%;
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: center;
	background-color: transparent;
}


.slider .slick-next ,
.slider-extra .slick-next,
.slider-bonus .slick-next{
    right: 0;
    width: 150px;
    height: 100%;
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: center;
	background-color: transparent;
}


.section.kontakte .slider-nav .slick-slide.slick-current  img {
	background-color: #e30234;
	
}


.kontakt {
	margin-top: -100px;
	max-width: 240px;
	
}


.image-extra {
	max-width: 200px;
}

.content-abb {
	position: relative;
}

/* ----------------------------------------------------------------------------  extras   */	




.kontakte .slick-dots {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.section.extras .accordion {
    position: inherit;
    transition: all 0.6s ease-in-out 0.0s;
    -webkit-transition: all 0.6s ease-in-out 0.0s;
    -moz-transition: all 0.6s ease-in-out 0.0s;
    -o-transition: all 0.6s ease-in-out 0.0s;
    -ms-transition: all 0.6s ease-in-out 0.0s;
	min-height: 100px;
}



.section.extras.active .accordion {
    width: 100%;
    position: relative;
  
    transform: rotate(0deg);
    transition: all 0.6s ease-in-out 0.0s;
    -webkit-transition: all 0.6s ease-in-out 0.0s;
    -moz-transition: all 0.6s ease-in-out 0.0s;
    -o-transition: all 0.6s ease-in-out 0.0s;
    -ms-transition: all 0.6s ease-in-out 0.0s;
}


.pfeil-extras   {
	width: 30px;
    position: absolute;
    right: 0px;
    bottom: 20px;
    transform: rotate(0deg);
    transition: all 0.6s ease-in-out 0.0s;
    -webkit-transition: all 0.6s ease-in-out 0.0s;
    -moz-transition: all 0.6s ease-in-out 0.0s;
    -o-transition: all 0.6s ease-in-out 0.0s;
    -ms-transition: all 0.6s ease-in-out 0.0s;
}


.accordion.active-acc .pfeil-extras   {
	width: 30px;
    position: absolute;

    transform: rotate(45deg);
    transition: all 0.6s ease-in-out 0.0s;
    -webkit-transition: all 0.6s ease-in-out 0.0s;
    -moz-transition: all 0.6s ease-in-out 0.0s;
    -o-transition: all 0.6s ease-in-out 0.0s;
    -ms-transition: all 0.6s ease-in-out 0.0s;
}



.section.extras img.check {
        width: 30px;
    height: auto;
    position: absolute;
    left: -8px;
    top: 0px;
}


.section.bonus .accordion {
	width: 30px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}


.section .content-abb {
	position: relative;
}

.box .content-abb {
    background-color: #fff;
	border: 3px solid #e30234;
    margin-right: 30px;
    box-sizing: border-box;
    padding: 30px;
    color: #000;
    margin-left: 00px;
	min-height: 160px;
}




.bonus .box .content-abb {
	background-color: #fff;
	margin-right: 40px;
	box-sizing: border-box;
	padding: 30px;
	color: #000;
	margin-left: 00px;
	border: 3px solid #e30234;
}

.black {
	color: #000;
}
.section.bonus {
	margin-bottom: 60px;
} 


.panel.active {
	max-height: 5000px;
}




.bonus .textbox {
	padding-right: 150px;
}


/* ---------------------------------------------------------------------------- petition   */	

.petition {
	background-color: #000;
	color: #fff;
	padding: 60px 0;
}

.petition .top{
	display: flex;
}
.petition .top > div{
	flex-basis: 50%;
	padding-right: 20px;
	box-sizing: border-box;
}




.footer .flex {
	display: flex;
}



.footer .flex .left ,
.footer .flex .right{
	flex-basis: 50%;
}
/* ---------------------------------------------------------------------------- single   */	


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

/*.slick-slider  .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}*/

.slider-nav .slick-track.desktop {
    -webkit-transform: translate3d(0, 0, 0) !important;
       -moz-transform: translate3d(0, 0, 0) !important;
        -ms-transform: translate3d(0, 0, 0) !important;
         -o-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
}



.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: block;
   

    height: 100%;

}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}





.slick-dots
{
    position: absolute;
    bottom: -50px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 30px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}




/* ---------------------------------------------------------------------------- swipebox   */	

.time {
	width: 80px;
	display: inline-block;

}

/*-------------------------------------*/

.accordion__item {
	margin: 5px auto;
}
.accordion__item .accordion__title {
	position: relative;
	display: block;
	padding: 15px 0 8px 0;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
  cursor: pointer;
	border-top: 1px solid #0067b2;
		font-weight: 700;
}
.accordion__item .accordion__title:hover {
	transition: all 0.5s ease-out;
}
.accordion__item .accordion-active {

}
.accordion__item .accordion__title .accordion__arrow {
	position: absolute;
	top: 13px; 
	right: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.accordion__item .accordion__rotate {
	transform: rotate(180deg);
}
.accordion__item .accordion__content {
	padding: 20px 0;
	display: none;

}
.accordion__item .accordion__arrow-item {

}
/*-------------------------------------*/
.portrait-text {
	width: 66.666%;
	float: left;
}
.portrait {
	width: 20%;
	float: right;
}


/* ---------------------------------------------------------------------------- plan   */	


/* ---------------------------------------------------------------------------- plan   */	


/* ----------------------------------------------------------------------------footer    */	


.footer {
	background-color: #000;
	color: #fff;
}

/* .................................................Slider */













	 
	 .slick-prev {
    left: 0px;
    width: 50px;
		 height: 50px;
		 background-image: url("img/pfeil-links.svg");
		 background-repeat: no-repeat;
		 top:50%;
		 margin-top: -15px;
		 background-position: center;

}
	 

.slick-next {
    right: 0px;
    width: 50px;
		 height: 50px;
		 background-image: url("img/pfeil-rechts.svg");
			 background-repeat: no-repeat;
		 background-position: center;
	 top:50%;
		 margin-top: -15px;
}



.slick-prev, 
.slick-next {
	

    border: medium none;
    cursor: pointer;
    display: block;
    font-size: 0px!important;
    height: 40px;
    line-height: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
  
    transform: none;
 
    z-index: 300;
  
	opacity: 1;
	background-color: transparent;

}
	 

.teaser .button {
	padding: 7px 20px; 
	
		background-repeat: no-repeat;

	display: inline-block;
	background-color: #000;
	color: #fff;
	min-height: inherit;
	border: none;border: 1px solid #fff;
}

.teaser .button:hover {
	padding: 7px 20px; 
	opacity: 1;
	
		background-repeat: no-repeat;

	border: none;border: 1px solid #fff;
	display: inline-block;
	background-color: #fff;
	color: #000;
	min-height: inherit;
		
}

.quiz-chois .textbox {     padding: 20px 50px 20px 20px;}


.section.kontakte .accordion {
   
	display: none;
}
	
.section.kontakte .panel {
    overflow: inherit;
        max-height: 100%;
    z-index: 100;
	position: relative;
}	
.section.kontakte .panel_ {
    overflow: inherit;
     
    z-index: 100;
	position: relative;
}		
.section.einleitung .content > div.left {
	margin-bottom: 50px;
}	

.clear {
	clear: both;
}


.quiz-chois img.start-quiz {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 30px;
	 transform: rotate(-90deg);
}



.gform_page_fields > div > .gfield:nth-child(1) { order: 2; }
.gform_page_fields > div > .gfield:nth-child(2) { order: 1; }	
	
	
.page-template-_quiz .container {
    padding-top: 80px;
}

.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
   font-size: 20px !important;
}


.petition .top > div.right img {
	padding:20px  40px;
	 transform: rotate(-5deg);
	width: 80%;
	margin: 0 auto;
}


 /* ----------------------------------------------------------------------------1500   */
  


@media all and (max-width: 1500px) {
.content {
    margin: 0 150px;
}
.swiss {
    position: absolute;
    left: 150px;

}

}
	
   /* ----------------------------------------------------------------------------1200   */
    
@media all and (max-width: 1200px) {

	.content {
    margin: 0 100px;
}
.swiss {
    position: absolute;
    left: 100px;

}

  }  /* end max 1024px   */
  
 



  
    /* ---------------------------------------------------------------------------1024   */
    
@media all and (max-width: 1024px) {
	
		.content {
    margin: 0 50px;
}
.swiss {
    position: absolute;
    left: 50px;

}

	
	
	
	
	.top .accbox {
    position: relative;
    padding-right: 33.333%;
    box-sizing: border-box;
}
	
	

	.bonus .box .content-abb {
    margin-right: 100px;
}

	
	
	
	.quiz-chois .box {
    flex-basis: 100%;
}
	
	.quiz .quiz-chois {
    margin: 0 -10px;
}

.quiz-chois {
    display: block;
}

	
.quiz-chois img {
	width: 150px;
	display: block;
	float: left;
}	
	
		.slider .slick-next, .slider-extra .slick-next, .slider-bonus .slick-next {
    right: 0;
    width: 50px;

}
	
.petition .top{
	display: flex;
}
.petition .top > div.left{
	flex-basis: 66.66%;

}
	
.petition .top > div.right{
	flex-basis: 33.33%;

}	
}
  

  /* ---------------------------------------------------------------------------800   */
    
@media all and (max-width: 800px) {
	
	
	.gform_wrapper.gravity-theme .gfield_label {
    font-size: 25px !important;
    margin-bottom: 20px !important;
    display: block;
    font-family: 'Radikal';
    line-height: 1.2em;
}
	
	
	
	
	.gform_page_fields > div > div, .gform_page_fields > div > fieldset {
    float: none;
    width: 100%;
}


.panel .left {
	flex-basis: 66.666%;
	box-sizing: border-box;
	padding-right: 20px;
}

.panel .right {
	flex-basis: 33.333%;
	max-width: 300px;
}

	

	
	
.medium {
    font-size: 30px;
    padding-bottom: 15px;
}	
	
	
	
.page-template-_quiz .section.einleitung  {
	padding-top: 0px;


	 


}
	
.section.kontakte .pfeil {
display: none;

}	
	
	.slider .slick-next, .slider-extra .slick-next, .slider-bonus .slick-next {
    right: 0;
    width: 50px;

}
	#gquiz_confirmation_message > video {
    width: 100%;
		    box-sizing: border-box;
    max-width: 250px;
    margin: 0 auto;
    display: block;
}
	
	#gquiz_confirmation_message > div, #gquiz_confirmation_message > video {
    flex-basis: 100%;
}
	
#gquiz_confirmation_message {
    display: block;
}	
	.gform_body video {
    width: 100%;
    box-sizing: border-box;
    max-width: 250px;
    margin: 0 auto;
    display: block;
}
	
	.gform_wrapper.gravity-theme .gform_footer button+input, .gform_wrapper.gravity-theme .gform_footer input+button, .gform_wrapper.gravity-theme .gform_footer input+input, .gform_wrapper.gravity-theme .gform_page_footer button+input, .gform_wrapper.gravity-theme .gform_page_footer input+button, .gform_wrapper.gravity-theme .gform_page_footer input+input {
   display: block;
    width: 100%;
}
	
	.gform_wrapper.gravity-theme .gfield-choice-input+label {
    max-width: calc(100% - 0px) !important;
    margin-bottom: 0;
    vertical-align: middle;
}
	
	
	.gfield_radio label {
    border: 2px solid #e30234;
    margin-bottom: 10px !important;
    padding-right: 10px;
    display: block !important;
}
	
	
	
.petition .top{
	display: block;
}
.petition .top > div.left{
	flex-basis: 100%;
	margin-bottom: 20px;

}
	
.petition .top > div.right{
	flex-basis: 100%;

}	
	
	

	.bonus .box .content-abb {
    margin-right: 100px;
}

.handbuch .top .left {
    padding-top: 120px;
    flex-basis: 100%;
}	
	
	
	.handbuch .top .right {
    flex-basis: 100%;
}
	
	.handbuch .top {
    display: block;
}
	.top .accbox {
    position: relative;
    padding-right: 0%;
    box-sizing: border-box;
}
	
	
	
	.section.einleitung .content {
    display: block;
}
	
.section.einleitung .content > div.right {
	 display: block;
	
}	
.section.handbuch  div.right img,
	.section.einleitung .content > div.right img{
	max-width: 400px;
	margin: 0 auto;
	display: block;
}	
	
.handbuch .top .left {

    margin-bottom: 20px;
   
}	
	
	
	.height-mobile {
		max-height: 1000px;
		overflow: hidden;
		padding-bottom: 50px;
	}
	
	
	body.headerfix	.height-mobile {
		max-height: 00px;
		overflow: hidden;
		
			transition: all 0.6s ease-in-out 0.0s;
    -webkit-transition: all 0.6s ease-in-out 0.0s;
    -moz-transition: all 0.6s ease-in-out 0.0s;
    -o-transition: all 0.6s ease-in-out 0.0s;
    -ms-transition: all 0.6s ease-in-out 0.0s;
		
		
	}
	
	
}
  
#ueli {
	top: -80px;
	position: absolute;
}
.section.einleitung .content > div.left {
    margin-bottom: 50px;
	position: relative;
}




   /* ----------------------------------------------------------------------------758px   */
    
@media all and (max-width: 758px) {
	

	
	

	
	
	
	
	
.slider-nav .box {
    padding: 0 25%;
    box-sizing: border-box;
}
		
.handbuch .top ,
.extras .top{
	display: flex;
	flex-flow: row wrap;
	
}
	.extras .top .right img {
		max-width: 400px;
    margin: 0 auto;
    display: block;
	}	
	

	.extras .top .right {
    flex-basis: 100%;
		order: 1;
}
	
.extras .top .left {
    padding-top: 0px;
    flex-basis:  100%;
    margin-bottom: 70px;
    padding-right: 20px;
	order: 2;
}	
	
	.panel .flex {
	display: block;
}

	
	
	
	
	.quiz .left {
    width: 100%;
}
	
.gform_page_fields > div {
	display: block !important;
}
.gform_page_fields > div > div,
.gform_page_fields > div > fieldset{
	flex-basis: 100% !important;
}
	
	.accordion-button h2, .extras .content-abb h2 {
    font-size: 1.3em;
}
	
	.gform_page_fields > div > .gfield:nth-child(1) { order: 2;  width: 100%}
.gform_page_fields > div > .gfield:nth-child(2) { order: 1;margin-bottom: 10px; width: 100%} 
	
	.extras .box .content-abb {
    margin-right: 20px;
}
	
	
	.logo {
    right: 50%;
    margin-right: -60px;
}
	
	
	.swiss {
    position: absolute;
    left: 20px;
}
	.content {
    margin: 0 20px;
}
	.bonus .textbox {
    padding-right: 0px;
}
	.bonus .icon-right {
		display: none;
	}
	.slider .slick-next, .slider-extra .slick-next, .slider-bonus .slick-next {
    right: 0;
    width: 50px;
    height: 100%;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
}
	
		

	.bonus .box .content-abb {
    margin-right: 20px;
}

	
	
.section.kontakte > .acc-content >	.content {
    margin: 0 0px;
}
	
	.section.kontakte .slider-nav .slick-slide.slick-current img {
    background-color: #fff;
}
	.flexbox .right {
    flex-basis: 33.33%;
		display: none;
}
	
	
	
	.flexbox .left {
    flex-basis: 100%;
	
}
		
	
	
.box .content-abb {
    background-color: #e30234;
    margin-right: 40px;
    box-sizing: border-box;
    padding: 30px;
    color: #fff;
    margin-left: 00px;
}	
	
	
	


	
.section.kontakte .panel {
    overflow: hidden;
    max-height: 0;
    z-index: 100;
}	
	
	
	
	.section.kontakte .panel.active {
    overflow:inherit;
    max-height: 1000px;
    z-index: 100;
}
	
	.section.kontakte .accordion {
   
	display: block;
}
	
	
.section.kontakte	.acc-content .content {
    margin: 0 0px;
}
	
.section.kontakte	.acc-content .textblock	{
    margin: 0 20px;
}
	
.mobileno {
	display: none;
}	
	
	
}
  
	
	
   /* ----------------------------------------------------------------------------650   */
    
@media all and (max-width: 550px) {

	.quiz-chois .portrait-quiz  {
    width: 150px;
    display: none;
    float: left;
}
	
	
.footer .flex {
    display: block;
}
	
	
	.footer .flex .left {
		margin-bottom: 30px;
	}
  }
  


   /* ----------------------------------------------------------------------------550   */
    
@media all and (max-width: 450px) {

	
	
  }
  

