/*

    ___           _ _                  _       
   / __)         | (_)                | |      
 _| |__ _____  __| |_ ____   ____   __| |_____ 
(_   __|____ |/ _  | |  _ \ / _  | / _  | ___ |
  | |  / ___ ( (_| | | | | ( (_| |( (_| | ____|
  |_|  \_____|\____|_|_| |_|\___ (_)____|_____)
                           (_____|             


*/



/* quicksand-300 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: url('../../assets/fonts/quicksand-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../assets/fonts/quicksand-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../assets/fonts/quicksand-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../assets/fonts/quicksand-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../assets/fonts/quicksand-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../assets/fonts/quicksand-v30-latin-300.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* quicksand-500 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url('../../assets/fonts/quicksand-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../assets/fonts/quicksand-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../assets/fonts/quicksand-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../assets/fonts/quicksand-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../../assets/fonts/quicksand-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../assets/fonts/quicksand-v30-latin-500.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../../assets/fonts/quicksand-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../assets/fonts/quicksand-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../assets/fonts/quicksand-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../assets/fonts/quicksand-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../assets/fonts/quicksand-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../assets/fonts/quicksand-v30-latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* quicksand-600 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  src: url('../../assets/fonts/quicksand-v30-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../assets/fonts/quicksand-v30-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../assets/fonts/quicksand-v30-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../assets/fonts/quicksand-v30-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../../assets/fonts/quicksand-v30-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../assets/fonts/quicksand-v30-latin-600.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* quicksand-700 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: url('../../assets/fonts/quicksand-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../assets/fonts/quicksand-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../assets/fonts/quicksand-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../assets/fonts/quicksand-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../assets/fonts/quicksand-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../assets/fonts/quicksand-v30-latin-700.svg#Quicksand') format('svg'); /* Legacy iOS */
}



/* cutive-mono-regular - latin */
@font-face {
  font-family: 'Cutive Mono';
  font-style: normal;
  font-weight: 400;
  src: url('../../assets/fonts/cutive-mono-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../assets/fonts/cutive-mono-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../assets/fonts/cutive-mono-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../assets/fonts/cutive-mono-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../assets/fonts/cutive-mono-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../assets/fonts/cutive-mono-v14-latin-regular.svg#CutiveMono') format('svg'); /* Legacy iOS */
}



 body {
    font-family: 'Quicksand', sans-serif;
    color: #424242;
}

* {
    box-sizing: border-box;
}

.lupe {
    /*cursor: move;*/
    cursor: url(../img/lupe.cur), pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

#content > p:first-letter{
    display:block;
    float:left;
    margin:3px;
    color: dimgrey;
    font-size:300%;
}

a {
    color: #333;
    text-decoration: none;
}

.link {
    padding-right: 20px;
    text-decoration: none;
    color: #0B610B;
    /*font-family: serif;*/
    /*font-weight: bold;*/
    background: transparent url(../img/document-20.png) no-repeat right;
}

.blank {
    padding-right: 12px;
    text-decoration: none;
    color: #0B610B;
    /*font-family: serif;*/
    background: transparent url(../img/Link-10.png) no-repeat right;
}

.pdf {
    padding-right: 17px;
    text-decoration: none;
    color: #0B610B;
    /*font-family: serif;*/
    background: transparent url(../img/PDF-15.png) no-repeat right;
}

h1 {
    /*color: #848484;*/
    color: #993344;
    text-transform: uppercase;
}

h2 {
    color: #6e6e6e;
}

h3 {
    /*color: #585858;*/
    color: #254996;
    margin-top: 0px;
}

hr.style1 {
	height: 6px;
	background: url(../img/hr_1.png) repeat-x 0 0;
    border: 0;
}
/* <hr class="style1"> */

/* remove standard-styles */
input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: .5em;
  border-radius: 0;
  font-size: 1em;
  width: auto;
} 

/* Select */
select {
  width:auto;
  border: 1px solid #bbb;
  /*padding:.75em 1em .5em 1em;*/
  padding: .1em;
  box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
  background-color:white;
  background-image:url(select-arrow.png);
  background-position: right;
  background-repeat: no-repeat;
}

select:hover {
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}

option {
  background:#222;
  color: #cecece;
  border-top:1px solid #444;
  padding:.3em 1em .3em 1em;
}

.description {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

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

  * {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding-top: 0px;
  background: #f7f7f7;
}

header {
  height: 150px;
  padding-top: 0px;
  width:750px;
  box-shadow: 0 2px 3px rgba(0,0,0,.4);
  z-index: -100;
  margin:0px auto;
  /*background-image: url("../img/header_sendemasten_750x150.jpg");*/
}

.main-nav,
.main {
  position: relative; 
    
}
.main-nav {
  background: #f0f0f0;
  height: 60px;
  z-index: 150;
  margin-bottom: -60px;
  box-shadow: 0 2px 3px rgba(0,0,0,.4);
  font-size: 20px;
}

/*header,
.main-nav-scrolled {
  position: fixed;
  width: 750px;
  top: 0;
}*/

.main {
  background: #ffffff;
  padding: 120px 20px 20px;
  box-shadow: 0 2px 3px rgba(0,0,0,.4);
  font-size: 15px;
}

#content {
    width: auto;
    column-count: 2;
    column-gap: 50px;
    column-rule-width: 1px;
    column-rule-style: solid;
    column-rule-color: darkgrey;
    -moz-column-count: 2;
    -moz-column-gap: 50px;
    -webkit-column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-rule-width: 1px;
    -moz-column-rule-style: solid;
    -moz-column-rule-color: darkgrey;
    -webkit-column-rule-width: 1px;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-color: darkgrey;
    margin-top: 30px;
    margin-bottom: 30px;
}

#messwerte {
    width: 100%;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}


#blogbeitrag {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    column-count: 2;
    column-gap: 50px;
    column-rule-width: 1px;
    column-rule-style: solid;
    column-rule-color: darkgrey;
    -moz-column-count: 2;
    -moz-column-gap: 50px;
    -webkit-column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-rule-width: 1px;
    -moz-column-rule-style: solid;
    -moz-column-rule-color: darkgrey;
    -webkit-column-rule-width: 1px;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-color: darkgrey;
    font-family: 'Cutive Mono', monospace;
}

.main-blog {
  background: #ffffff;
  padding: 140px 50px 10px;
  box-shadow: 0 2px 3px rgba(0,0,0,.4);
  /*box-shadow: 0 2px 3px #254996;*/
  font-size: 20px;
  background-image: url("../img/bg_telex_gross.jpg");
}

#blogbeitrag-spacer-left {
    margin-left: 30px;
}

.topbanner {
	height: 50px;
    /*height: 90px;*/
    font-size: 0.7em;
    background: #e6e6e6;
    box-shadow: 0 2px 3px rgba(0,0,0,.4);  
}

.topbanner_teaser {
    padding-left: 10px;
    padding-top: 10px;
    height: 40px;
    background: #FDEEF4;
    color: white;
}

@keyframes marquee {
 0%   { text-indent: 0% }
 100% { text-indent: -100% }
}

.marquee {
 width: 700px;
 margin: auto;
 padding: 2px;
 overflow: hidden;
 white-space: nowrap;
 border: solid 0px #CCCCCC;
 animation: marquee 50s linear infinite;
}

.marquee:hover {
 animation-play-state: paused;
}

.topbanner_big {
    padding-left: 40px;
    padding-top: 10px;
    text-decoration: none;
    display: none;
}

.topbanner_medium {
    padding-left: 40px;
    padding-top: 10px;
    text-decoration: none;
    /*display: none;*/
}

.logofooter {
  background: #000;
  height: 125px;
  padding: 0px;
  box-shadow: 0 2px 3px rgba(0,0,0,.4);
  text-decoration: none;
  color: white;
}

.metanav {
  background: #e6e6e6;
  height: auto;
  padding: 0px;
  box-shadow: 0 2px 3px rgba(0,0,0,.4);
  text-decoration: none;
  color: #000;
  font-size: 0.9em;
}

.footer {
  background: #fff;
  box-shadow: 0 2px 3px rgba(0,0,0,.4);
  text-decoration: none;
  font-size: 0.9em;
}

.copyright {
  background: #f7f7f7;
  height: 15px;
  margin-top: 10px;
  margin-bottom: 100px;
  font-size: 0.9em;
}

.abbinder {
  width: auto;
  height: auto;
  margin-top: 30px;
  font-size: 0.7em;
  text-align: left;
}

.bodywrapper  {
    width:750px;
    margin:0px auto;
}

.logo_ausblenden {
    display: none;
}

#info {
    background: #e6e6e6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 1.0 em;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#qsl {
  float: left;
  width: 100px;
  border: 1px dotted #cecece;
  margin: 10px;
  padding: 10px;
  }

#kalender_gross {
  display: none;
  }

#kalender_klein {
  display: none;
  }

.rot {
    padding: 20px;
    color: aliceblue;
    margin-left: 0px;
    margin-right: 0px;
	-webkit-flex:1;
	flex:1;
    background: red;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.gelb {
    padding: 20px;
    color: darkblue;
    margin-left: 0px;
    margin-right: 0px;
	-webkit-flex:1;
	flex:1;
    background: yellow;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.gruen {
    padding: 20px;
    color: black;
    margin-left: 0px;
    margin-right: 0px;
	-webkit-flex:1;
	flex:1;
    background: lightgreen;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.schwarz {
    padding: 20px;
    color: white;
    margin-left: 0px;
    margin-right: 0px;
	-webkit-flex:1;
	flex:1;
    background: black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.note { font-size:10px; color:black;}

.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Marginalspalten nach Flexbox-Modell
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#container-wrapper {
	width:100%;
	/*height:1000px;*/
    margin-top: 40px;
	/*background:#ccc;*/
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

#box-titel {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
	-webkit-flex:1;
	flex:1;
}

#box-teaser {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    /*background:blue;*/
	-webkit-flex:1;
	flex:1;
}

#container {
	width:100%;
	/*height:300px;*/
	display:-webkit-flex;
	display:flex;
}

#verteilerseitencontainer {
	width:100%;
	padding: 0px;
	display:-webkit-flex;
	display:flex;
}

#teaser_breit_1 {
    padding: 20px;
    margin-left: 0px;
    margin-right: 20px;
	-webkit-flex:2;
	flex:2;
    background: #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(0,0,0,.4);
}

#teaser_breit_2 {
    padding: 20px;
    margin-left: 0px;
    margin-right: 0px;
	-webkit-flex:1;
	flex:1;
    /*border-left: 1px dotted grey;*/
    background: #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*box-shadow: 0 2px 3px rgba(0,0,0,.4);*/
}

div.sidebar-link :hover{
    background-color: #E3E3E3;
}

#vertikalbox1 {
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 240px;
    font-size: .85em;
	-webkit-flex:1;
	flex:1;
    background: #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    /*border: solid 1px;*/
    /*border-color: #e6e6e6 #d8d8d8 #d8d8d8 #e6e6e6;*/
    /*box-shadow: 0 2px 3px rgba(0,0,0,.4);*/
}

#vertikalbox1:hover {
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
}

#vertikalbox1_content {
    margin-left: 5px;
    margin-right: 165px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.verkleinern {
    width: 160px;
    float: right;
}

#vertikalbox1:hover {
    background: #e6e6e6;
    transition: all 0.3s ease;
}

#metanavcontainer {
	width:100%;
	padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
	display:-webkit-flex;
	display:flex;
}

#metanavbox1 {
	-webkit-flex:1;
	flex:1;
    border-right: 1px solid grey;
}

#metanavbox2 {
    margin-left: 10px;
	-webkit-flex:1;
	flex:1;
    border-right: 1px solid grey;
}

#metanavbox3 {
    margin-left: 10px;
	-webkit-flex:1;
	flex:1;
}

#footercontainer {
	width:100%;
	padding-left: 30px;
    padding-right: 10px;
    padding-top: 10px;
	display:-webkit-flex;
	display:flex;
}

#footerbox1 {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
	-webkit-flex:1;
	flex:1;
    display: none;
}

#footerbox2 {
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 20px;
	-webkit-flex:1;
	flex:1;
    padding-bottom: 20px;
    /*border-left: 1px solid grey;*/
}

#footerbox3 {
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 20px;
	-webkit-flex:1;
	flex:1;
    /*border-left: 1px solid grey;*/
}

#footerbox4 {
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 20px;
	-webkit-flex:1;
	flex:1;
    /*border-left: 1px solid grey;*/
}

/*#footerbox1:hover{background: #f2f2f2;}*/
#footerbox2:hover{background: #f2f2f2;}
#footerbox3:hover{background: #f2f2f2;}
#footerbox4:hover{background: #f2f2f2;}

.print_einblenden {
    display: none;
}

.braille_einblenden {
    display: none;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.menu-container {
    width: 100%;
    margin: 0 auto;
    background: #f7f7f7;
      box-shadow: 0 2px 3px rgba(0,0,0,.4);
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    background: #f7f7f7;
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
   /* padding: 1.5em 3em; */
    padding: 1.2em 1.0em;
    display: block;
}

.menu > ul > li:hover {
    background: #f0f0f0;
    transition: all 0.3s ease;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu > ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 3px 0;
    margin: 0;
    font-size: 0.9em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}

#breadcrumb  {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 0.8em;
    color: #848484;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 1200px) {
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
        background-image: url("../img/fading-logo_mini_mobil.png");
        background-repeat:no-repeat;
        background-position: left center;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
        display: none;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}



/***********************************************************************************************/
/* Button */
/***********************************************************************************************/

.go-top {
	position: fixed;
	bottom: 1.7em;
	right: 1.7em;
	text-decoration: none;
	color: white;
	/*background-color: rgba(0, 0, 0, 0.3);*/
    background: #424242;
	font-size: 16px;
	padding: 0.7em;
	display: none;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

/* -------------------------------- 

          TIMELINE

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #f2f2f2;
  border-radius: 0.25em;
  padding: 1em;
  /* box-shadow: 0 3px 0 #d7e4ed; */
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-right: 10px solid white;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #f2f2f2;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #f2f2f2;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
