/**
*
* Styles for KlientenInfo 
* 2018 Nightwork - Marc Müller, http://www.nightwork.at
*
**/

#klifo {}
#klifo-container {clear:both; overflow:hidden; float:none;}
.klifo-content-all {}
.klifo-content-detail {}
h1.klifo-pagetitle {}
.klifo-item {clear:both; overflow:hidden; margin-bottom:50px;}
.klifo-item:last-child {margin-bottom:25px;}
.klifo-item .klifo-item-block-odd {float:left; width:30%; box-sizing:border-box; padding:0 30px 0 0;}
.klifo-item .klifo-item-block-even {float:right; width:70%; box-sizing:border-box; padding:0 0 0 30px;}
.klifo-item h2.klifo-titel {color:#123456; margin:10px 0 15px 0;}
.klifo-item .klifo-intro {}
.klifo-item .klifo-link {}
.klifo-item .klifo-link a {text-decoration:none; color:#654321}
.klifo-item .klifo-link a:hover {text-decoration:underline;}
.klifo-item .klifo-link a.ext-link-a {} /* Link to detail page */
.klifo-item .klifo-link a.ext-link-b {} /* Link back to overview */
.klifo-item .klifo-text {}
.klifo-item .klifo-bild {}
.klifo-item .klifo-bild img {max-width:100%;}
iframe {width:1px; min-width:100%; height:300px;}




/* KLIFO ARTIKEL */
#klifo .content ol {margin:0 0 15px 0; padding:0;}
#klifo li p {display:inline;}
#klifo a {color:blue;}
#klifo ol, #klifo ul {padding:0;}
#klifo sup {font-size:12px; padding:0 3px 0 3px;}
#klifo sup a {color:blue;}
#klifo table {width:100%; border:1px solid #ddd; margin-bottom:20px; border-collapse:collapse;}
#klifo table thead {}
#klifo table tbody {border:medium none;}
#klifo table tbody tr {background-color:#FFF;}
#klifo table tbody tr:nth-child(odd) {background-color:#FDE9D9;}
#klifo table tbody:first-child tr:first-child {background-color:#FABF8F;}
#klifo table tbody tr td {border:1px solid #ddd;}
#klifo table tbody tr td p {margin:0; display:inline;}

#klifo .field-name-field-fu-noten {font-size:14px; margin-top:35px; border-top:1px solid #DDD; padding-top:7px;}
#klifo .field-name-field-fu-noten p {margin:0;}










/**
*
* Mobile / Small screen version
*
**/ 
@media screen and (min-width:100px) and (max-width:768px) {
  .klifo-item .klifo-item-block-odd {float:none; width:auto; padding:0; margin-bottom:20px;}
  .klifo-item .klifo-item-block-even {float:none; width:auto; padding:0;}  
}


