body {
	background-color: #ffffff;
	color: #000000;
/*    font-family: source_sans_prolight;*/
    font-family: source_serif_pro;
        /*source_sans_proregular, source_sans_prosemibold, source_sans_prolight, museo700, museo_slab500, source_serif_pro;*/
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
/*	font-size: 15.5px;*/
	font-size: 15px;
    font-weight: 300;
    line-height: 18px;
	margin: 0;
	padding: 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
/*    top: 0px;*/
}

.headerfairfish {
    position: fixed;
    top:0;
    left:0;
    right:0;
    line-height: 1.0;
    background-color: #ffffff;
	font-size: 12px;
    color: #000000;
	padding-top: 15px;
    padding-left: 0px;
    padding-bottom: 15px;
    padding-right: 0px;
	margin: 0px 0px 0px 0px;
    z-index:5;
    max-height: 230px;
}

.fairfishbackgroundimage {
    width: 100%;
    height: auto;
    padding-top: 15px;
    max-height: 150px;
    z-index: 9;    
    margin-top: -230px;
}

#fairfishlogo {
    width: 100%;
    height: auto;
/*    max-width: 156px;
    max-height: 190px;*/
    margin-top:11px;
    max-width: 175px;
    max-height: 145px;
    z-index: 555;
    background-color:#fff;
    position: relative;
}

#headerleft {
    top:0;
    margin-left: 4%;
/*    max-width: 156px;
    max-height:190px;*/
    max-width: 176px;
    max-height: 136px;
    text-align: right;
    padding:0;
    text-align:center;
/*    box-shadow: 12px 0px 10px -12px #000, -12px 0px 8px -12px #000;*/
}

#headermiddleleft {
    top:0;
    padding-bottom: 10px;
    height: 30px;
    text-align: center;
    z-index: 15;
}
#headermiddle {
    top:0;
    padding-bottom: 10px;
    height: 30px;
    text-align: center;
    z-index: 15;
    white-space: nowrap;
}
#headermiddleright {
    top:0;
    margin-top:-4px;
    padding-bottom: 10px;
    height: 30px;
    text-align: right;
    z-index: 15;
}
#headerright {
    position: absolute;
    right: 4%;
    top:0;
    padding-bottom: 10px;
    height: 30px;
    text-align: right;
    z-index: 15;
}

#headerright a {
    font-weight: bold;
}

.cms-toolbar-expanded .navbar-fixed-top, .cms-toolbar-expanded headerfairfish, .cms-toolbar-expanded #headerleft, .cms-toolbar-expanded #headermiddleleft, .cms-toolbar-expanded #headermiddle, .cms-toolbar-expanded #headermiddleright, .cms-toolbar-expanded #headerright {
    top:45px;
}

.footerfairfish {
    position: fixed;
    bottom:0;
    left:0;
    right:0;
    background-color: #004490;
	font-size: 12.5px;
    color: #ffffff;
	padding: 4px 0 2px 0;
	margin: 0;
    z-index: 15;
    overflow: hidden;
}

.footerfairfish a {
    align-content: center;
    color: #ffffff;
}

.footerfairfish a:hover, .footerfairfish a:focus {
	color: #ffffff;
	text-decoration: none;
    outline: none;
    background-color: #003380;
}

#footerleft {
    text-align: left;
    left: 3%;
}
#footerright {
    text-align: right;
    right: 4%;
}

td {
	font-size: 12px;
}



.infos-active {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  padding-top:20px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  transition: 0.5s;
}
.infos-active input[type=text] {
  width: 100%;
}

input[type="radio"]:checked ~ .infos-active, input[type="checkbox"]:checked ~ .infos-active {
  opacity: 1;
  max-height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  overflow: visible;
}
  

a {
	color: #004490;
/*	color: #114a74;*/
	text-decoration: none;
    outline: none;
}

/*a:visited {
	color: #003399;
	text-decoration: none;
}*/

a:hover, a:focus {
	color: #1c659c;
    background-color: #f1f1f1;

/*	color: #004490;*/
	text-decoration: none;
    outline: none;
}

a:active {
	color: #004490;
	text-decoration: none;
    outline: none;
}

h1 {
    font-family: source_serif_pro_semibold;
/*    font-family: museo700;*/
    color: #000;
/*	color: #004490;*/
	font-size: 27px;
	font-weight: normal;
}

h2 {
    font-family: source_serif_pro_semibold;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
}

h3 {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}

h4 {
	color: #000000;
	font-size: 13px;
	line-height: 15px;
}

h5 {
	line-height: 18px;
	text-align: right;
}

/* background color for "middle col" */
div.background {
	background-color: #ffffff;
/*	border: 15px solid #bee2ff;*/
	border-top: 0;
	border-bottom: 0;
}

div.container {
    width: 90%;
/*    height: 100%;
    overflow-y: scroll;*/
}

#content_top {
    z-index: 4;
    margin-top: calc(125px + 6%);
/*    margin-top: 180px;*/
	min-height: 50px;
    padding: 10px 0 0 5px;
/*	padding-top: 10px;
    padding-left: 35px;*/
}

#content_main {
    z-index: 4;
    margin: 0;
	padding: 0px 50px 0px 20px;
}

#content_main img {
    max-width: 90%;
}
#content_right {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    display: block;
    min-width: 120px;
/*    margin: -6.5em 0 0 0;*/
/*	background-color: #f1f1f1;*/
/*	border: 0px solid #003399;*/
/*	padding: 3.5em 10px 30px 10px;*/
/*    margin: 190px 0 0 0;*/
    margin: calc(125px + 4%) 0 0 0;
    padding: 10px 10px 50px 5px;
}

#content_right img {
    max-width: 100%;
    display: normal;
    margin-left: auto;
    margin-right: auto;
}

#content h1, #content h2, #content h3, #content h4 {
	margin: 0 0 15px;
	padding: 0;
}

#content_right hr {
    margin: 25px 0;
    height: 1px;
    border: 0;
    background: black;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(black), to(white), color-stop(0%, black));
/*    width: 75%;
    text-align: left;
    margin-left: 0;
    border-color: #000;*/
}

.basketdivtrenner hr {
    margin: 25px 0;
    height: 1px;
    border: 0;
    color: gray;
    font-weight: 300;
    background: red !important; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, black , white) !important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, gray, white) !important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, gray, white) !important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, gray, white) !important; /* Standard syntax */
}

a.tobasket {
    cursor:pointer;
}
#content p {
	line-height: 20px;
	margin: 0 0 15px;
	padding: 0;
    text-align: justify;
}

@media (max-width: 767px) {
    #content p {
        text-align: left;
    }
}

@media (max-width: 1366px) {
    #content_right p {
        text-align: left;
    }
}

#content li {
    text-align: justify;
}

#content a {
    text-decoration: none;
    outline: none;
  	color: #004490;
    font-weight: bold;
}

#content a:hover {
    color: #2282cc;
}


#content h5 {
	line-height: 18px;
	margin: 0 0 15px;
	padding: 0;
	text-align: right;
}

#content_back {
	border: 0 none;
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 0;
	width: 50%;
}

#content_forward {
	border: 0 none;
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 50%;
}

#blubb {
	clear: left;
	margin: 0 0 0 150px;
	padding: 0;
	width: 445px;
}

/* Small Devices, Tablets 
@media only screen and (max-width : 1023px) {
	#navi {
		margin: 0;
		padding: 0;
	}
	#navi #left {
		margin: 0;
		border: 0;
	}
}
*/
/* general navi link style */


div.navi-arrow {
    position: fixed;
    height: calc(100% - 208px);
    top: 175px;
    width: 50px;
/*    margin: 200px -10px 0px -10px;*/
    z-index: 14;
}

div#navi-arrow-right {
    right: 0;
}

div#navi-arrow-left {
    left: 0;
}

div.navi-arrow img {
    height: auto;
    max-height: 400px;
    top: calc(50% - 200px);
    position: absolute;
}

div.navi-arrow a#inactive{
    pointer-events: none;
}

div.navi-arrow a#inactive:hover{
    pointer-events: none;
}

a#menubutton {
    background-image:url('../img/menu.png');
    background-position-x: left;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-family: museo700;
    height:40px;
    width: 40px;
}

a#sliderarrowdown {
    background-image:url('../img/arrow_down.gif');
    background-position-x: left;
    background-position-y: center;
    background-repeat: no-repeat;
    font-family: museo700;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
}


a#sliderarrowdownsmall {
    background-image:url('../img/arrow_down.gif');
    background-size: 16px auto;
    background-position-x: left;
    background-position-y: center;
    background-repeat: no-repeat;
    font-family: museo700;
	font-size: small;
	font-weight: normal;
}

#content_right div.fischliste ul li {
    font-size:13px;
}


#navi {
    max-width:200px;
    padding: 0 20px 0 0;
    left:55px;
}

div#navi #left {
    font-family: source_serif_pro;
	background-color: #ffffff;
	margin: calc(179px + 6%) 0 0 0;
/*    padding: 0 0 0 20px;*/
    padding: 10px 0 0 0;
	font-size: 12.5px;
    position: absolute;
    z-index: 1;
    max-width: 100%;
    min-width: 80%;
    line-height: 1.1;
}


div#navi ul {
	margin: 0;
	padding: 0;
}

div#navi ul li {
	margin: 0;
	padding: 0;
}

div#navi a {
	display: block;
	color: #000000;
	padding: 3px 9px;
    margin-left: -.5em;
	text-decoration: none;
    font-weight: 600;
}

div#navi a:first-letter {
/*    text-transform: uppercase;*/
}

div#navi li.selected>a, div#navi li.current>a {
	color: #114a74;
/*	color: #0f3859;*/
	font-weight: 800;
    pointer-events: none;
    cursor: default;
}


div#navi li.ancestor>a {
/*	color: #114a74;*/
/*	color: #0f3859;*/
	color: #1c659c;
    font-weight: 800;
}

div#navi a:active {
    font-weight: 800;
/*	color: #114a74;*/
/*	color: #0f3859;*/
	color: #2aa1fa;
    background-color: #f1f1f1;
}

div#navi a:hover {
	color: #1c659c;
/*	color: #114a74;*/
/*	color: #0f3859;*/
    background-color: #f1f1f1;
}

div#navi li {
	font-weight: 500;
	font-size: 16px;
	list-style-type: none;
	margin: 0;
	padding: 0;
    border-bottom: 1px solid black;
}

div#navi li:last-child {
    border-bottom: none;               
}

div#navi li ul li {
	list-style-type: circle;
	font-weight: normal;
	font-size: 14px;
/*	padding-left: 15px;*/
	margin-left: 1em;
	padding-left: -1em;
    border-bottom: none;
}

/*#navi li.child {
	list-style-type: circle;
/*	font-size: 11px;
}*/

/*#metanavi {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #ffffff;
	border-color: -moz-use-text-color #003399 #003399;
	border-image: none;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	font-size: 10px;
	margin: 0 0 0 6px;
	padding: 3px 9px;
/*	width: 98px;
	width: 120px;
}

#metanavi a {
	color: #f5f5f5;
	text-decoration: none;
}

#metanavi a:hover {
	color: #3300cc;
}

#metanavi .selected {
	color: #3300cc;
}

#modified {
	border: 0 none;
	font-size: 10px;
	margin-left: 6px;
	padding: 3px;
/*	width: 98px;
	width: 120px;
}*/

#searchbox {
    font-family: source_serif_pro;
    font-size: 13px;
    padding: 2px 5px;
    line-height:normal;
}

.fischliste_select {
    font-family: source_serif_pro;
    font-size: 15px;
    max-width: 300px;
}

#content a.fischtest_right {
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.submitbutton3 {
    margin:0px 20px 0px 20px;
    padding:5px 15px; 
    background:#fff; 
    border:1px none;
    cursor:pointer;
    -webkit-border-radius: 6px;
    border-radius: 6px; 
}

.submitbutton2, .submit-post, .submit-preview {
    font-weight: bold;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin:0px 20px 0px 20px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #555;
    padding: 0 25px;
}

.submitbutton {
    font-weight: bold;
    font-size: 12px;
    margin:0px 10px 0px 10px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #555;
    padding: 3px 13px;
}


.submitbutton:hover, .submitbutton:focus, .submitbutton2:hover, .submitbutton2:focus, .submit-post:focus, .submit-preview:focus, .submit-post:hover, .submit-preview:hover {
    background-color: #f2f2f2;
    border-color: #d0d0d0;
    color: #555;
    text-decoration: none;
}

.fischtest_indikator {
    font-size: 20px;
    font-weight: bold;
/*    height: 50px;
    line-height: 20px;
    margin:0px 20px 0px 20px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #555;
    margin-bottom: 0;*/
}

#content_right ul {
    padding-left:20px;
}

#content_right div.widget ul {
    padding-left:20px;
    margin-left:0;
}

#content div.entry-header {
    padding-bottom: 15px;
}

div#widget-tools ul a, #content_right ul.archives-entries a, #content_right ul.entries-random a, #content_right ul.entries-recent a, #content ul.entries-similar a, #content ul.no-entries-similar li, #content div.entry-related a, 
#content div.entry-next a, #content div.entry-previous a, #content section#trackbacks a, #content p.auth a, #content section#pingbacks p, #content section#comments p {
    font-size: 15px;
    font-weight: normal;
}

#content_right h3 {
    padding-top: 15px;
    font-size: 17px;
    font-weight: bold;
}

#content_right ul li, #content .entry-similar ul li, #content .entry-related ul li {
    list-style-type: disc;
    font-size: 14px;
}

div.entry-image {
    padding-bottom:20px;
    font-style:italic;
    font-size: 13px;
    line-height: 16px;
}

header.entry-header p {
    font-size: 13px;
    line-height: 14px;
}

div.entry-summary {
    font-weight: bold;
}

div.entry-content br {
    margin-bottom: 15px;
}

#content footer.entry-footer p {
    font-size:15px;
    padding: 0;
    margin: 0;
    line-height: 18px;
}

footer.entry-footer {
    padding: 10px 0 25px 0;
}

#content footer.entry-footer a, #content p.entry-info a {
    font-weight: 600;
}

#content p.entry-tags a {
    padding-right: 10px;
}

#content .entry-next h3, #content .entry-previous h3, #content .entry-similar h3, #content .entry-related h3, #content #pingbacks h3, #content #trackbacks h3, #content #comments h3, #content form#comment-form label {
    font-family: museo700;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    padding-bottom: 0;
    margin: 0;
}

#content h2.entry-title a {
    font-family: museo700;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
}

#content p.entry-info {
    margin: 0;
}

#content ul.entries-similar, #content div.entry-related ul {
    padding: 5px 0 5px 15px;
}

/*#content section#comments h3{
    padding-bottom: 10px;
}*/


#content #comment-form {
    padding-top: 20px;
}

#content #comment-form legend {
    margin-bottom: 0;
}

#content form#comment-form label {
    padding-top: 15px;
    padding-bottom: 5px;
    display:block;
}

#content textarea#id_comment {
    margin-bottom: 25px;
}




#content .post_title {
	border-bottom: 0 none;
	color: #333;
	margin: 0 25px 3px;
	padding: 15px 0 5px;
}

#content .post_title a {
	color: #333;
}

#content .post_title h4 {
	font-size: 15px;
	line-height: 19px;
/*    line-height: 22px;*/
}

.post_meta_data {
	font-size: 11px;
	margin: 5px 25px 15px;
	padding-top: 0;
}

.right {
	float: right;
}

.post_content {
	line-height: 18px;
/*    line-height: 21px;*/
	margin: 5px 25px 15px;
	padding-top: 0;
}

#content .post_content p {
	margin: 0;
	padding: 0 0 15px;
}

.post_content_extended {
	line-height: 18px;
/*    line-height: 21px;*/
	margin: 5px 25px 15px;
	padding-top: 0;
}

#content .post_content_extended p {
	margin: 0;
	padding: 0 0 15px;
}

h3.blog, #right h3.blog {
	color: #333;
	margin-bottom: 5px;
}

h4.post_title {
	font-size: 15px;
	line-height: 19px;
/*    line-height: 22px;*/
}

.post_links, .post_tags, .post_related_entries {
	font-family: Verdana, Geneva, Arial, Helvetica, SunSans-Regular,
		sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0 25px 20px;
	text-align: right;
}

.post_more {
	float: left;
}

.post_tags, .post_related_entries {
	padding-bottom: 10px;
}

.blog_pager {
	margin: 5px 25px 15px;
	padding-top: 0;
}

.infopopover {
    overflow-y: auto;
}

a.infopopover {
/*    background: url(../img/info.png) no-repeat top right;
    text-decoration: none !important;*/
    cursor: pointer;
}

a.infopopover:focus, a.infopopover:active {
    outline: none;
}

.infopopover + .tooltip > .tooltip-inner {
    background-color: #003380;
}

.infopopover + .tooltip > .tooltip-arrow {
    background-color: #003380;
}

 .popover-title {
     background: #eeeeee !important;
     background-color: #eeeeee !important;
     font-weight: 900;
}
 
.popover-content {
/*    float: right;*/
    text-align: center;
    min-width:300px !important;
    max-width:800px !important;
    min-height: 170px !important;
    max-height: 620px !important;
    overflow-y: auto !important;
}

.popover {
    z-index: 9999999 !important;
    min-width:300px !important;
    max-width:800px !important;
    min-height: 200px !important;
    max-height: 650px !important;
    margin: 0px 0px 0px 0px;
    overflow-y: hidden !important;
}

.hidden {
    display: none;
}

form.formular-textfeld-lang .form-control {
    width: calc(100% - 120px) !important;
    float: inline-end !important;
}

form.formular-textfeld-lang label.control-label {
    margin: 8px 0 0 5px;
}












form.formular-textfeld-kurz .cms-plugin-15083 label.control-label,
form.formular-textfeld-kurz .cms-plugin-15085 label.control-label,
form.formular-textfeld-kurz .cms-plugin-15087 label.control-label,
form.formular-textfeld-kurz .cms-plugin-15089 label.control-label,
form.formular-textfeld-kurz .cms-plugin-15093 label.control-label,
form.formular-textfeld-kurz .cms-plugin-15095 label.control-label,
form.formular-textfeld-kurz .cms-plugin-15097 label.control-label,
form.formular-textfeld-kurz .cms-plugin-15099 label.control-label,
form.formular-textfeld-kurz .cms-plugin-15101 label.control-label,
form.formular-textfeld-kurz .cms-plugin-15103 label.control-label,
form.formular-textfeld-kurz .cms-plugin-15105 label.control-label,
form.formular-textfeld-kurz div.form-required label.control-label,
form.formular-textfeld-kurz div.form-group label[for=id_textareafield_1],
form.formular-textfeld-kurz div.form-group label[for=id_textfield_41] {
    margin: 15px 0px 5px 0;
    font-weight:700 !important;
    max-width:100%;
}

form.formular-textfeld-kurz > label.control-label {
    font-weight: 700 !important;
    margin: 15px 0 5px 0 !important;
}

form.formular-textfeld-kurz .cms-plugin-15083 .form-control,
form.formular-textfeld-kurz .cms-plugin-15085 .form-control, 
form.formular-textfeld-kurz .cms-plugin-15087 .form-control,
form.formular-textfeld-kurz .cms-plugin-15089 .form-control,
form.formular-textfeld-kurz .cms-plugin-15093 .form-control,
form.formular-textfeld-kurz .cms-plugin-15095 .form-control,
form.formular-textfeld-kurz .cms-plugin-15097 .form-control,
form.formular-textfeld-kurz .cms-plugin-15099 .form-control,
form.formular-textfeld-kurz .cms-plugin-15101 .form-control,
form.formular-textfeld-kurz div.form-required .form-control,
form.formular-textfeld-kurz textarea.form-control,
form.formular-textfeld-kurz input#id_textfield_41 {
    width: 100% !important;
}

div.cms-plugin-5659, div.form div#contactform {
    display: none !important;
}



form.formular-textfeld-kurz .form-control {
    width: 35px !important;
    float: left !important;
}

form.formular-textfeld-kurz label.control-label {
    margin: 8px 8px;
    font-weight:100;
    max-width:calc(100% - 65px);
}

div.radio {
    margin: 0 0 7px 0;
}
form.aldryn .submitbutton {
    margin: 30px 0 20px 0;
    width:200px;
    font-size: 15px;
}

textarea.form-control {
    margin-bottom:15px;
}

.cms-plugin-15083 .form-control{
    width: 100% !important;
}

