@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.eot');
    src: local('☺'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.eot');
    src: local('☺'), url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: "Gotham-Book", Arial, sans-serif;
    font-size: 13px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
h1, h2, h3, h4 {
    font-family: "Lucida Grande","Lucida Sans Unicode",arial,verdana,sans-serif;
}
h1 {
    font-weight: normal;
    font-size: 2.3076em;
    margin: 1.0em 0;
}
h2 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
}
a, a:focus, a:active, a:hover {
    color: #0074a2;
}
.clearfix {
    clear: both;
}
.hidden {
    display: none;
}
.calendar-month {
    float: left;
    width: 7.8%;
    margin: 1px;
    height: 50%;
}
.color-blue {
    color: #0074a2;
}
.bg-blue {
    background-color: #0074a2;
}
.bg-grey {
     background-color: #d9d9d9;
}
.bg-gradient-blue-grey {
    background: #e0e0e0; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #0074a2 , #d9d9d9); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #0074a2, #d9d9d9); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #0074a2, #d9d9d9); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #0074a2 , #d9d9d9); /* Standard syntax */
}
.bg-gradient-grey-blue {
    background: #e0e0e0; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #d9d9d9 , #0074a2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #d9d9d9, #0074a2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #d9d9d9, #0074a2); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #d9d9d9 , #0074a2); /* Standard syntax */
}
.tipso_style {
    border: none;
    cursor: pointer;
}
.tipso_bubble {
    text-align: left;
    color: #0074a2;
}
.flex {
    display: flex;
}
.vcentered,
.month-legend {
    align-items: center;
    justify-content: center;
    text-align: center;
}
.month-text {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.month-text-fish {
	font-size: 10px !important;
	margin-top: 25px;
	opacity: 0.8;	
}

/* LEGENDE */

.legende {
	display: flex;
}

.legende > div {
	padding: 10px 0;
	display: flex;
}

.legende > div > p {
	padding: 2px 25px 1px 8px;
	margin-bottom: 0;
}

.legende > div > div {
	width: 20px;
	height: 20px;
}

@media screen and (device-width: 360px) and (device-height: 640px) {
    .vcentered {
        height: 6em;
    }
    .calendar-month {
        width: 7%;
        height: 20%;
    }
    .month-text {
        font-size: 4px;
    }
    .rotate-45 {
	    -webkit-transform: rotate(-90deg) !important;
	    -moz-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	    -o-transform: rotate(-90deg);
	}
}

@media only screen and (max-width: 599px) {
    .vcentered {
        height: 8em;
    }
    .month-legend {
        height: 1em;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 12px;
    }
    .month-text {
        font-size: 8px;
    }
    .calendar-month {
        width: 7.1%;
        height: 40%;
    }
}

@media only screen and (min-width: 600px) {
    .vcentered {
        height: 8em;
    }
    .month-legend {
        height: 1em;
    }
    .month-text {
        font-size: 12px;
    }
}

@media only screen and (min-width: 768px) {
    .vcentered {
        height: 10em;
    }
    .month-legend {
        height: 1em;
    }
    .month-text {
        font-size: 12px;
    }

}

@media (min-width: 360px) and (max-width: 640px) {
	.mt-30 {
	    margin-top: 10px !important;
    }
    
    .m-90 {
	  	-webkit-transform: rotate(-90deg) !important;
	  	-moz-transform: rotate(-90deg);
	  	-ms-transform: rotate(-90deg);
	  	-o-transform: rotate(-90deg);  
    }
    
    .month-text-fish {
	    margin-top: 21px;
    }
}

.rotate-90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.rotate-45 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.img-fish-thumb {
    display: inline;
    max-width: 100%;
    max-height: 70px;
    height: auto;
    width: auto;
    margin-top: 2px;
}

.btop {
    border-top: 1px solid #d9d9d9;
}
.mt-30 {
    margin-top: 30px;
}
.pt-15 {
    padding-top: 15px;
}

/* IOS  FIXES */
.ios #WholeFjordTrout .img-fish-thumb {
    margin-top: 15px;
}
.ios #EuropeanFlatOyster .img-fish-thumb {
    margin-top: 15px;
}
.ios #Lobster .img-fish-thumb {
    margin-top: 15px;
}
.ios #Scallop .img-fish-thumb {
    margin-top: 15px;
}
.ios #Cod .img-fish-thumb {
    margin-top: 15px;
}
.ios #NorwayLobster .img-fish-thumb {
    margin-top: 15px;
}
.ios #KingCrab .img-fish-thumb {
    margin-top: 15px;
}
.ios #Ling .img-fish-thumb {
    margin-top: 15px;
}
.ios #WholeCaplin .img-fish-thumb {
    margin-top: 15px;
}
.ios #Lumb .img-fish-thumb {
    margin-top: 15px;
}
.ios #Mackerel .img-fish-thumb {
    margin-top: 15px;
}
.ios #Mussel .img-fish-thumb {
    margin-top: 15px;
}
.ios #Pollack .img-fish-thumb {
    margin-top: 15px;
}
.ios #RealWitch .img-fish-thumb {
    margin-top: 15px;
}
.ios #ArticChar .img-fish-thumb {
    margin-top: 15px;
}
.ios #Haddock .img-fish-thumb {
    margin-top: 15px;
}
.ios #Plaice .img-fish-thumb {
    margin-top: 15px;
}
.ios #GreenSeaUrchin .img-fish-thumb {
    margin-top: 15px;
}
.ios #Pollock .img-fish-thumb {
    margin-top: 15px;
}
.ios #Skrei .img-fish-thumb {
    margin-top: 15px;
}
.ios #Sprat .img-fish-thumb {
    margin-top: 15px;
}
.ios #BeachCrab .img-fish-thumb {
    margin-top: 15px;
}
.ios #Crab .img-fish-thumb {
    margin-top: 15px;
}