/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
    font-family: sans-serif; /* 1 */
    line-height: 1.15; /* 2 */
    -ms-text-size-adjust: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
    outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}
body {
    background-color: #fff;
    font-family: 'PT Sans Caption', sans-serif;
    color: #333333;
}

#header {
    background: url("../../files/themes/nordtag/images/background.svg") no-repeat top center #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 740px;
}

#header .article-inner,
#main .article-inner,
#footer .mod_navigation {
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
}

#main .article-inner{
    padding-left: 2%;
    padding-right: 2%;
}

#referenten {
    padding-left: 0%;
    padding-right: 0%;
}

.logo {
    text-align: right;
}

.logo img {
    width: 340px;
    height: 119px;
}

.infotext {
    font-size: 32px;
    width: 65%;
    margin: 0 auto;
    color: #fff;
    margin-top: 150px;
    text-shadow: 2px 2px 1px rgba(150, 150, 150, 0.7);
    text-align: center;
    line-height: 1.2;
}

.infotext strong {
    font-size: 60px;
    border-bottom: 8px solid #017c8b;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.content-center {
    font-size: 18px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.content-center h2 {
    font-size: 35px;
    color: #f47c00;
    border-bottom: 4px solid #c5c5c5;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.content-center a {
    color: #f47c00;
}

.content--newsletter {
    background-color: #2da6ae;
    color: #fff;
}

.content--newsletter h2 {
    color: #fff;
    border-bottom-color: #017c8b;
}

.mod_subscribe label,
.ce_form label,
.mod_subscribe .text,
.ce_form .text,
.mod_subscribe .submit,
.ce_form .submit {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.mod_subscribe label {
    display: none;
}

.mod_subscribe .text,
.ce_form .text {
    border: 1px solid #C5C5C5;
    padding: 10px;
    width: 40%;
    border-radius: 4px;
    font-size: 24px;
    text-align: center;
}

.mod_subscribe .submit,
.ce_form .submit {
    background-color: #f47c00;
    border: none;
    padding: 10px;
    color: #fff;
    font-size: 24px;
    border-radius: 4px;
    cursor: pointer;
}

.mod_subscribe .submit:hover,
.ce_form .submit:hover {
    background-color: #f5932e;
}

.ce_form label {
	color: #f47c00;
	margin-bottom: 3px;
}

.ce_form fieldset {
	border: none;
}

.ce_form .checkbox_container {
	overflow: hidden;
	width: 60%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.ce_form .checkbox_container label,
.ce_form .checkbox_container input{
	float: left;
}

.ce_form .checkbox_container label {
	width: 95%;
	text-align: left;
}

.ce_form .checkbox_container input {
	width: 5%;
}

.content-col-2 {
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 1.4;
}

.content-col-2 h1,
.content-col-2 h2 {
    font-size: 35px;
    color: #f47c00;
    border-bottom: 4px solid #c5c5c5;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 0;
}

.content-col-2 .left {
    box-sizing: border-box;
    width: 50%;
    float: left;

}

.content-col-2 .right {
    box-sizing: border-box;
    width: 45%;
    margin-left: 5%;
    float: left;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius:;
    -moz-border-radius:;
    border-radius:4px;
}

.button,
.content-center .button{
    background-color: #f47c00;
    border: none;
    padding: 10px;
    color: #fff;
    font-size: 24px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
}

.button:hover {
    background: #f5932e;
}

.ce_gallery figure {
    margin: 0;
}

.ce_gallery ul,
.ce_gallery li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ce_gallery ul {
    text-align: center;
}

.ce_gallery li {
    box-sizing: border-box;
    width: 23%;
    margin-right: 1%;
    margin-bottom: 1%;
    height: 150px;
    position: relative;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #c5c5c5;
    overflow: hidden;
}

.ce_gallery li:nth-child(4) {

}

.ce_gallery a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: 100%;
}

.ce_gallery img {
    width: 90%;
    height: auto;
    margin-top: 25%;
    transform: translateY(-50%);
}

.content-v2 {
    background-color: #fffbf6;
}

.invisible {
    position: absolute;
    left: -999em;
}

#footer {
    background-color: #017c8b;
    padding: 15px;
    text-align: right;
}


#footer a {
    color: #FFFFFF;
}

#footer li {
    display: inline-block;
    margin-left: 20px;
}

.rope {
    position: relative;
}

.rope:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 99;
    background: url("../../files/themes/nordtag/images/rope.png") repeat-x;
}

.speaker {
    width: 50%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.speaker p {
    font-size: 16px;
}

.speaker img {
    max-width: 100%;
    height: auto;
}

.speaker__image  {
    width: 185px;
    height: 185px;
    border-radius: 100%;
    overflow: hidden;
    border: 10px solid #f47c00;
    margin: 0 auto;
    padding: 0;
    float: left;
    position: relative;
    z-index: 9;
}

.speaker__text {
    float: left;
    width: 50%;
    text-align: left;
    background: #fff;
    padding-left: 100px;
    margin-left: -80px;
    border-radius: 20px;
    margin-top: 18px;
    min-height: 170px;
    border: 5px solid #f47c00;
}

.speaker a {
    color: #f47c00;
}

.speaker h3 {
    margin-bottom: 5px;
}

.speaker p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.resp-image img {
	max-width: 100%;
	height: auto;
}

.ce_table .col_0 {
	width: 20%;
}

.ce_table td, .ce_table th {
	border-bottom: 2px solid #c5c5c5;
	padding: 20px;
	vertical-align: top;
}

.ce_table th {
	background-color: #f47c00;
}

.ce_table .even td {
	background: #fff;
}

.ce_table .col_1 {
	width: 40%;
}

.ce_table .col_2{
	width: 40%;
}


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

    .speaker__image  {
        width: 145px;
        height: 145px;
        margin-top: 15px;
    }

    .speaker h3 {
        font-size: 18px;
    }

    .speaker__text {
        min-height: 150px;
    }

    .speaker__text p {
        font-size: 14px;
    }
}

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

    .logo {
        text-align: center;
    }

    .logo img {
        width: 100%;
        height: auto;
    }

    .speaker__image {
        padding-left: 0;
        float: none;
    }

    .speaker__text {
        float: none;
        width: 80%;
        display: inline-block;
        text-align: left;
        background: #fff;
        padding-left: 15px;
        margin-top: -60px;
        min-height: 170px;
        padding-top: 50px;
        margin-left: 0;
    }

    .ce_gallery li {
        float: none;
        width: 100%;
        height: 350px;
    }

    .content-col-2 .left,
    .content-col-2 .right {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 40px;
    }

    .infotext {
        width: 80%;
        margin-top: 30px;
    }
}

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

    .speaker {
        width: 100%;
    }

    .speaker__image  {
        width: 185px;
        height: 185px;
    }

    .speaker__text {
        min-height: 150px;
    }

    .ce_gallery li {
        float: none;
        width: 100%;
        height: 350px;
    }

    .ce_gallery img {
        margin-top: 36%;
    }

    .infotext {
        width: 90%;
        margin-top: 60px;
    }

    .infotext strong {
        font-size: 50px;

    }

    .mod_subscribe .text {
        width: 80%;
    }

    #footer ul {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    #footer li {
        display: inline-block;
        font-size: 13px;
        margin-left: 10px;
    }
    
    .ce_table{
		overflow: scroll;
	}
	
	.ce_table table {
		width: 900px;
	}
}

@media screen and (max-width: 400px) {
    .ce_gallery li {
        float: none;
        width: 100%;
        height: 250px;
    }

    .ce_gallery img {
        margin-top: 26%;
    }
}
