/*----- Tabs -----*/
.tabs {
    width:100%;

    
}
 
    /*----- Tab Links -----*/
    /* Clearfix */
    .tab-links {
     padding-top: 13px;
     padding-left: 20px;
        }

    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .tab-links li {
        margin:15px 5px;
        float:left;
        list-style:none;
    }
 
        .tab-links a {
            padding:9px 15px;
            border-radius:6px;
            background:#BEBEBE;
            font-size:16px;
            font-weight:600;
            color:#FFFFFF;
            transition:all linear 0.15s;
        }
 
        .tab-links a:hover {
            background:#D9AC35;
            color: #4c4c4c;
            text-decoration:none;
        }
 
    li.active a, li.active a:hover {
        background:#D9AC35;
        color:#111;
    }
	
	.h-tab {
		
		 color: #353535;
		 text-transform: none;
		 font-size: 2.5em;
		 font-family: "Pathway Gothic One";
		 padding-top: 13px;
		 padding-left: 20px;
		 padding-bottom: 10px;		 
	}
 
    /*----- Content of Tabs -----*/
    .tab-content {
        padding:15px;
        border-radius:3px;
        background:#fff;
    }
 
        .tab {
            display:none;
        }
 
        .tab.active {
            display:block;
        }

        .bild {
            
        }

        .bild img {
            height: 180px;
        }

        .coin {
            float: left;
            width: 230px;
            margin-bottom: 40px;
            margin-right: 10px;
            text-align: center;
        }

        .thema {
            float: left;
            width: 310px;
            margin-bottom: 40px;
            margin-right: 10px;
        }

        .desc-titel {
            font-size: 13px;
            font-family: "Raleway","Open Sans",Arial,Helvetica,sans-serif;
            color: #111;
            text-align: center;
        }   

        .desc-auflage {
            font-size: 13px;
            font-family: "Raleway","Open Sans",Arial,Helvetica,sans-serif;
            color: #111;
            text-align: center;
        } 

        .desc-LJ {
            text-align: center;
            margin-top: 3px;
        }

        .desc-techs {
            text-align: center;
        }

         .tab-links li.fr-tag {
        	padding-top: 25px;
        }

        .leer.fr-tag {
            border: 0 none;
            height: auto;
            overflow: hidden;
            position: relative;
            width: 100%;
}

        .h2-fp {
            padding-top: 13px;
            color: #353535;
            font-size: 2.5em;
        }

        .h3-fp {
            color: #000;
            font-size: 1.9em;
            font-family: "Pathway Gothic One";
            font-weight: normal;
            line-height: 1.4em;
            text-transform: uppercase;
        }

@media only screen and (max-width: 544px){

    .coin img {
        display: table-cell;
        margin-left: auto;
        margin-right: auto; 
        }

    .coin {
        float: none;
    } 

    .coin {
        width: auto;
    }
}

@media only screen and (max-width: 768px){

    .coin img {
        
        }

    .coin {  
        margin-right: -3px;
         width: 228px;
         text-align: center;
    } 
}   