* {    
    padding: 0px;
    margin: 0px;
}

html {
    background: #ffffff;
    /*-webkit-font-smoothing: antialiased;*/
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    font-size: 1.0em;
}

body {
    padding:0;
    margin:0;
    background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
}

a {
    color: #0083e8;
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}


@keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
}

/****** SITE ****************************************/


.site {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    background-color: #fff;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.4);
    color: #545454;
    line-height: 1.5;
    margin: 0 auto;
    padding: 5px 90px;
    width: 769px;
    position: relative;
}

.site .site_right_ads {
    position: absolute;
    left: 958px;
    top: 50px;
    width: 300px;
    display: none;
}

/****** IMG *****************************************/

img {
    animation: none;
    border: none;
    display: block;
}

img.round_border_shadow_anim {
    background: transparent;
    border: 0px;
    border-radius: 5px;
    display: block;
    margin-bottom: 0.6rem;
    margin-top: 0.6rem;
    width:350px;
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.6);
}

img.round_border {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.40);
    border-radius: 8px;
    display: block;
}


/****** HEADER ***************************************/
.site_header {
    width: 100%;
    height: 100px;
    background-color: #0b519d;
    /*background-color: #0b519d; / linear-gradient(to bottom right, #0b519d, #136ec9);*/
    margin: 0px;
    padding: 0px;
    z-index: 5;
    position: relative;
}

.site_header .site_header_body {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 auto;
    width: 770px;
    min-height: 100px;
    padding: 0px;
    z-index: 5;
    white-space: nowrap;
}

.title {
    width: 100%;
    height: 100px;
}

/****** HEADER - MENU ***********************************/

.titleMenuContainer {
    height: 100px;
    float: right;
}

.titleImgContainer {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    white-space: nowrap;
}
.menu {
    display: inline-block;
    list-style-type: none;
    left: 40px;
    top: 0;
    padding: 0px;
    margin: 0px;
    color: #fff;
    vertical-align: middle;

    z-index: 5;
}

.menu ul li a.active {
    background: rgba(0, 0, 0, 0.05)
}

.menu ul li.active {
    background: rgba(0, 0, 0, 0.05)
}

.menu ul li:hover {
    background: rgba(0, 0, 0, 0.05);
}


/****** HEADER - DROPDOWN ****************************/

.dropdown_travtips {
    position: relative;
    display: inline-block;
    list-style-type: none;
}

.dropdown_content {
    display: block;
    visibility: hidden;
    transition-delay: 1s;
    position: absolute;
    background-color: #191970;
    min-width: 300px;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.5);
    z-index: 1;
    left: -220px;
    top: 76px;
}

.dropdown_content a {
    color: #fff;
    padding: 12px 16px;
    line-height: 1.5rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}

.dropdown_content a:hover {color: #1E90FF;}
/*.dropdown_travtips:hover .dropdown_content {display: block;}*/
.titleMenuContainer:hover .dropdown_content {visibility: visible; transition-delay: 0s;}

/****** BAR *****************************************/

.bar {
    width: 100%;
    background: #191970;
    height: 4px;
    position: relative;
}

.hr {color: #0b519d;
    background-color: #0b519d;}

/****** TABLES **************************************/

table.atg_icons {
    padding: 0;
    width: 100%;
    min-height: 40px;
}
table.atg_icons td {
    width: 100%;
}
table.atg_icons td + td {
    min-width: 35px;
}

table.travtips {
    vertical-align: top;
    color: #fff;
    border-spacing: 25px;
    left: -25px;
    position: relative;
}

table.travtips a { /* Titel link of each item */
    text-decoration: none;
    color:#fff;
    font-weight: bold;
    font-size: 1.2rem;
}

table.travtips td img {
    display: block;
}

table.travtips td {
    padding: 0 0 0 0;
    text-align: left;
    vertical-align: top;
    border: 1px solid #1e90ff33; /* CHANGE */
    border-radius: 15px; /* CHANGE */
    padding: 10px 10px 10px 10px; /* CHANGE */
    background-color: #0b519d; /* CHANGE */
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.6);/* CHANGE */

}

table.spelformer td {
    text-align: left;
    width: 100px;
}
table.spelformer td + td {
    text-align: center;
    width: 70px;
}

table.padding-right-20 td {
    padding: 0 20px 0 0;
}

table.normal td {
    padding: 0px;
    margin: 0px;
    vertical-align: bottom;
    text-align: left;
}


table.travbanor {
    width: 100%;
}

table.travbanor th {
    text-align: left;
}
table.travbanor th + th + th {
    text-align: center;
}
table.travbanor td {
    text-align: left;
}
table.travbanor td + td + td {
    text-align: center;
}


/****** DIV CENTER  **************************************/

div.center_1 {
    text-align: center;
}

div.center_2 {
    display: inline-block;
}

div.big_viewport {
    display: block;
}
div.small_viewport {
    display: none;
}
/****** DEVICE SPECIFICS  ********************************/

@media all and (max-width: 949px) { /* 769 + 90 + 90 */
    div.big_viewport {
        display: block;
    }
    div.small_viewport {
        display: none;
    }
    .site {
        box-sizing: border-box;
        width: 100%; 
        box-shadow: none;
        padding: 5px 15px;
    }
}

@media all and (max-width: 788px) {
    div.big_viewport {
        display: none;
    }
    div.small_viewport {
        display: block;
    }

    html {
        /*-webkit-font-smoothing: antialiased;*/
        -webkit-text-size-adjust: none;
        text-size-adjust: none;
    }

    h1 {
        font-size: 1.2rem;
    }
    h2, h3, h4, h5, h6 {
        font-size: 1.1rem;
    }
    
    .site {
        box-sizing: border-box;
        width: 100vw;
        font-size: 1.1rem;
        box-shadow: none;
        padding: 5px 15px;
    }

    table.travtips {
        border-spacing: 15px;
        left: -15px;
    }

    table.travtips tr {
        padding: 15px 0px 0px 0px;
    }

    img.round_border_shadow_anim {
        width:calc(100vw - 55px);
    }
    
    .site .site_right_ads {
        display: none;
    }
    
    .site_header {
        width: 100%;
    }
    
    .site_header .site_header_body {
        width: 100%;
    }  
    
    .site_header .site_header_body .menu {
        left: 5px;
    }

    .site_header_body .menu ul li {
        padding: 0 10px;
    }
    
    .dropdown_content {
        min-width: 200px;
    }

    .dropdown_content {
        width: calc(100vw - 50px);
        left: calc(-100vw + 86px);
        top: 77px;
    }

    table.travbanor {
        font-size: 0.8rem;
    }
}