/*
Theme Name: ZUGFeRD Entwicklertage Template
Description: Beschreibung folgt...
Author: Marvin Rissiek
Version: 0.1
*/

#shirt_bestellen {
  position: fixed;
  height: 250px;
  width: 50px;
  overflow: hidden;
  z-index: 99999;
  cursor: pointer;
  margin: 0px;
  opacity: 1;
  bottom: auto;
  right: auto;
  left: -6px;
  -webkit-transition: background-color 0.2s ease-in-out, left 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out, left 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, left 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, left 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, left 0.2s ease-in-out;
    background-color: #0188c8;
    background-image: url("images/shirt_bestellen.png");
    background-size: 50px 250px;
    bottom:-6px;
    display: block;
}

#shirt_bestellen:hover {
  left: 0px;
  background-color: #004e7e;
}

.coronaForm {
  min-width: 550px;
}

p.coronaErrorHinweis {
  background-color: red;
  padding: 10px;
  display: block;
  color: #fff;
  margin: 0;
  margin-bottom: 15px;
  text-shadow: none;
  font-weight: bold;
}

.coronaForm input[type="text"], .coronaForm input[type="email"] {
  display: block;
  width: 100%;
}
.coronaForm input[type="submit"] {
  display: block;
  margin-bottom: 10px;
}
.coronaForm label {
  display: block;
}
.coronaForm .gender label {
  display: inline;
}

button#getupdates {
  background-color: #0188c8;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
    margin-bottom: 10px;
    padding: 16px;
    line-height: 1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  max-width: 600px;
}

hr {
  height:1px;
  background-color: #ccc;
  border:none;
}

hr.abstand {
  margin-top: 30px;
  margin-bottom:30px;
}

.abschnitt {
  overflow:hidden;
}

.abschnitt .bild {
  float:left;
  width:26%;
} 

.abschnitt .cv_text, .abschnitt .partner_text {
  float:left;
  width:74%;
}

.abschnitt .cv_text p.cv, .abschnitt .partner_text p.partner {
  margin-top:0px;
  padding-left:30px;
} 

.kontakt_bild {
  float:left;
  width:186px;
  margin-right:20px;
}

.kontakt_bild img {
  width:100%;
}

.kontakt_text {
  float:left;
  width:400px;
}

.message_block_success {
  width: 100%;
  padding: 15px;
  font-size: 1.15em;
  background-color: #067f00;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.message_block_error {
  width:100%;
  padding: 15px;
  font-size: 1.15em;
  background-color: #bf0000;
  color:#fff;
  font-weight: bold;
  text-transform: uppercase;
}

.cmxform p label span.error, .coronaForm label span.error {
  color: red;
  font-size: 14px;
  margin-left:10px;
  font-style: italic;
}
form.cmxform label {
  display:block;
  float: none;
}
form.cmxform label.inline {
  display:inline;
  margin-left:5px;
}
form.cmxform label.inline_left {
  display:inline;
  margin-right:5px;
}
.hide {
  display:none;
}
.show {
  display:block;
}
#unternehmensangaben {
  overflow:hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
#teilnehmer1, #teilnehmer3, #rechnungsadresse_felder {
  overflow:hidden;
  background-color: #ebf4f9;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #ccc;
}
#teilnehmer2 {
  overflow:hidden;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

#teilnehmer1 .left_column, #teilnehmer2 .left_column, #teilnehmer3 .left_column, #unternehmensangaben .left_column, #rechnungsadresse_felder .left_column, #email_forms .left_column {
  float:left;
  width:48%;
  margin-right: 2%;
}
#teilnehmer1 .right_column, #teilnehmer2 .right_column, #teilnehmer3 .right_column, #unternehmensangaben .right_column, #rechnungsadresse_felder .right_column {
  float:left;
  width:48%;
  margin-left: 2%;
}

.left_column input, .right_column input {
  width:100%;
}

input[type="text"], input[type="email"] {
  line-height: 16px;
  padding: 7px;
  background-color: #f5f5f5;
  border:1px solid #ccc;
}

input[type="text"].error, input[type="email"].error {
  background-color: #fae5e5 !important;
  border:1px solid #e87f7f !important;
}

input[type="submit"] {
  background-color: #0188c8;
  border:none;
  color:#fff;
  padding:18px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="submit"]:hover {
  background-color: #004e7f;
}

select.land {
  border:1px solid #ccc;
  height:34px;
  line-height: 34px;
  width:100%;
  background-color:#f5f5f5;
}

select.teilnehmer_anzahl {
  border:1px solid #ccc;
  height:34px;
  line-height: 34px;
  background-color:#f5f5f5;
}

#teilnehmer1 input[type="text"], #teilnehmer1 input[type="email"], #teilnehmer3 input[type="text"], #teilnehmer3 input[type="email"], #rechnungsadresse_felder [type="text"] {
  line-height: 16px;
  padding: 7px;
  background-color: #fff;
  border:1px solid #ccc;
}

#email_forms {
  margin-top: 45px;
  margin-bottom:45px;
}

h4.anmeldung_headline {
  margin-top: 45px;
  margin-bottom: 0px;
  font-size: 1.5em;
}

h5.anmeldung_headline {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 1.2em;
}

table.sum {
  width:48%;
  font-size: 1.1em;
}

.anrede {
  font-size: 1.1em;
  margin-top: 22px;
  width:48%;
  overflow:hidden;
  padding-left:2px;
}
.anrede .column {
  width:50%;
  float:left;
}




header {
  position:fixed;
  height:170px;
  width:100%;
  top: 0;
  left: 0;
  z-index: 999;
  /*background: url(images/header_back.png);*/
  background-color: #fff;
}
header.smaller {
    height: 65px;
}
header .logos_wrapper {
  height:105px;
  width:100%;
}
header a.logo_wrapper {
  float:left;
  width:50%;
  padding-top: 29px;
  display:block;
  color:#000;
}
header a.logo_wrapper {
  text-decoration: none;
  color:#000;
}
header .ferd_wrapper {
  float:right;
  width:50%;
  text-align: right;
  padding-top: 9px;
}
header .nav_wrapper {
  width:100%;
  height:65px;
}
header.smaller .main-navigation ul li a {
  line-height: 65px;
}
header .main-navigation ul li a {
    line-height: 65px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header .ferd_wrapper img {
  width:450px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header a.logo_wrapper img.icon {
  /*width:64px;*/
  width:84px;
}
header a.logo_wrapper {
  opacity:1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header a.logo_wrapper:hover {
  opacity:0.7;
}
header.smaller .logos_wrapper {
  display:none;
}
.mobile_logo {
  position:absolute;
  width:100%;
  overflow: hidden;
  z-index: 999;
  text-align: center;
  background-color: #fff;
  /*background:url(images/header_back.png);*/
}
.logo_icon {
  float:left;
}
.logo_schriftzug {
  float:left;
  margin-left:15px;
  padding-top:5px;
}
.logo_schriftzug .headline {
  font-size:32px;
  line-height:34px;
}
.logo_schriftzug .subline {
  font-weight:300;
  font-size:21px;
}
.arrow_bottom {
  position:absolute;
  bottom:0px;
  height:95px;
  width:100%;
  z-index: 8;
  text-align: center;
}
.subpage_header {
  height:350px;
  width:100%;
  position:relative;
  z-index: 1;
}
h1.subpage_headline {
  font-size: 2em;
  color:#000;
  text-shadow:none;
  margin-top: 0px;
  text-transform: uppercase;
}
.hwrapper {
  margin:0 auto;
  width:1100px;
}
.cwrapper {
  overflow:hidden;
}

.main {
  margin:0 auto;
  margin-top: 50px;
  margin-bottom:55px;
  width:1100px;
  overflow:hidden;
  color:#333;
  text-shadow:none;
}
.mwrapper {
  width:100%;
}
.lmwrapper {
  width:26%;
  float:left;
}
.rmwrapper {
  width:74%;
  float:left;
}
.mwrapper p, .lmwrapper p, .rmwrapper p {
  color:#333;
  text-shadow:none;
}
.footer {
  background-color: #333;
  width:100%;
  color:#fff;
}
.footer_color {
  background-color: #0188c8;
  width:100%;
  height:35px;
  border-bottom: 1px solid #fff;
}
.fwrapper {
  margin:0 auto;
  width:1100px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  font-size: 16px;
}
.fwrapper a {
  color:#fff;
}
.fwrapper a:hover {
  color:#fff;
  text-decoration: underline;
}
.fwrapper span.copyright {
  font-size:13px;
  font-weight:300;
  color:#fff;
  opacity:0.5;
}
.spruch_headline {
  width:77%;
  float:left;
  text-align:left;
}
.spruch_subline {
  width:100%;
  text-align:left;
  font-size: 1.5em;
}
.preisschild {
  float:left;
  width:21%;
  margin-left:2%;
}

#subnav {
  padding-right: 50px;
  margin-bottom:50px;
}
#subnav ul li {
  background-color: #0188c8;
  display:block;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
}
#subnav ul li:last-child {
  border-bottom: none;
}
#subnav ul li a{
  display:block;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: bold;
  color:#fff;
}
#subnav ul li:hover, #subnav ul li.current_page_item {
  background-color: #004e7f;
}

.ablauf_tabelle {
  width:100%;
}

.ablauf_tabelle tr th {
  background-color: #004e7f;
  color:#fff;
}

.ablauf_tabelle tr:nth-child(odd) td { background: #ebf4f9; }

.ablauf_tabelle tr th, .ablauf_tabelle tr td {
  padding:10px;
}

.ablauf_tabelle tr td.zeit, .ablauf_tabelle tr th.zeit {
  width: 105px;
  text-align: left;
}

.ablauf_tabelle tr td.referent, .ablauf_tabelle tr th.referent {
  width: 147px;
  vertical-align: top;
}

.ablauf_tabelle tr td.titel, .ablauf_tabelle tr th.titel {
  max-width: 350px;
}

.ablauf_tabelle tr td.raum, .ablauf_tabelle tr th.raum {
  text-align: right;
  width: 105px;
}

.ablauf_tabelle tr td.titel .thema {
  margin-bottom: 10px;
}

.ablauf_tabelle tr td.titel .person {
  font-style: italic;
}


/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}

a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: middle;
  font-size: 4/3em;
}

.btn [class^="icon-"],
.btn [class*=" icon-"], .nav-tabs [class^="icon-"],
.nav-tabs [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}

li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .icon-large:before,
li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */
  width: 1.875em;
}

ul.icons {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -0.8em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .8em;
}
ul.icons li .icon-large:before,
ul.icons li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */
  vertical-align: initial;
}

* {
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans';
  line-height: 1.3;
}

.contrast h1 {
  font-size: 3.3em;
  line-height: 1.2em;
  margin-top:0px;
  margin-bottom: 20px;
}

h1 {
  font-size: 3.64058em;
}

h2 {
  font-size: 2.94529em;
}

h3 {
  font-size: 2.25em;
}

h4 {
  font-size: 1.82029em;
}

h5 {
  font-size: 1.39058em;
}

h6 {
  font-size: 1.125em;
}

h1 {
  font-weight: normal;
  font-weight: 300;
  color: white;
  text-shadow: 0 1px 1px #000;
  margin-bottom:30px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.94529em;
    margin: 15px 0;
  }
}

a {
  color: #004e7f;
  text-decoration: none;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
  text-shadow: none;
}
a:hover {
  color: #0188c8;
}

.rmwrapper a:hover, .mwrapper a:hover {
  text-decoration: underline;
}

p {
  font-size: 1.1em;
  color: white;
  text-shadow: 0 1px 1px #555;
}

pre {
  font-family: Monaco, Courier, monospace;
  background-color: #F8F8F8;
  border: 1px solid #CCC;
  font-size: 13px;
  line-height: 19px;
  overflow: auto;
  padding: 6px 10px;
  border-radius: 3px;
  margin: 15px 0;
  font-size: 12px;
}

img.keep-original {
  max-width: 100% !important;
  height: auto;
}

.loading-container {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
}

.pulse {
  border: 3px solid #999;
  height: 30px;
  width: 30px;
  position: absolute;
  left: -15px;
  top: -15px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }

  50% {
    opacity: 1.0;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}

body {
  font-size: 16px;
}
#connect {
  z-index: 10;
  position: fixed;
  width: 100%;
  list-style: none;
  margin: 0;
  margin-left: 90px;
  padding: 20px;
}
#connect li {
  float: left;
  margin-right: 20px;
  color: white;
}
#connect li span {
  display: block;
  font-size: 15px;
  text-shadow: 0 1px 1px #000;
}
#connect li .version:before {
  content: "v";
}
.button {
  font-weight: bold;
  padding: 8px 12px 5px;
  text-align: center;
  display: block;
  text-decoration: none;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background 0.15s ease;
  -moz-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
  position: relative;
  border-bottom: 1px solid transparent;
  color: #03A0FA;
}
.button:active {
  top: 1px;
}
.button:hover {
  color: #0280c8;
  background: #f1f1f1;
  border-color: white;
}
.container {
  width: 900px;
  margin: 0 auto;
  text-align: center;
}
.slides-navigation {
  top: 50%;
}
.slides-navigation a {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  display: block;
  text-decoration: none;
  border: 3px solid #fff;
  color: white;
  font-weight: bold;
  font-size: 26px;
  margin: 0 25px;
  text-shadow: 0 1px 1px #000;
  text-align: center;
  height: 40px;
  width: 40px;
  top: -40px;
  padding: 1px;
  -webkit-box-shadow: 0 1px 1px black;
  -moz-box-shadow: 0 1px 1px black;
  box-shadow: 0 1px 1px black;
  -webkit-transition: background 0.15s ease;
  -moz-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.slides-navigation a:hover {
  background: rgba(0, 0, 0, 0.4);
}
.slides-pagination a {
  width: 15px;
  height: 15px;
  margin: 5px 2px;
  border-color: white;
  -webkit-box-shadow: 0 1px 1px black;
  -moz-box-shadow: 0 1px 1px black;
  box-shadow: 0 1px 1px black;
}
.slides-pagination a.current {
  background: white;
}
.contrast {
  background: rgba(0, 0, 0, 0.3);
  padding: 1px 10px;
  -webkit-box-shadow: 0 0 23px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 23px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 23px 5px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}

@media screen and (max-width: 1400px) {
  .fwrapper, .main, .container  {
    width:950px;
  }
  .hwrapper {
    width:950px;
  }
  .contrast h1 {
    font-size:3em;
    line-height: 1.2em;
  }
  .lmwrapper {
    width:30%;
    float:left;
  }
  .rmwrapper {
    width:70%;
    float:left;
  }
  .ablauf_tabelle tr td.referent, .ablauf_tabelle tr th.referent {
    width: 135px;
  }
}

@media screen and (max-width: 1050px) {
  header {
    height:165px;
  }
  header .logos_wrapper {
    height:100px;
  }
  .fwrapper, .main, .container, .hwrapper {
    width:850px;
  }
  .contrast h1 {
    font-size:3em;
    line-height: 1.2em;
  }
  header .ferd_wrapper img {
    width:100%;
  }
  header .ferd_wrapper {
    width:45%;
    padding-top: 17px;
  }
  header a.logo_wrapper {
    width:55%;
    padding-top: 25px;
  }
  .logo_schriftzug {
    margin-left:11px;
    padding-top:5px;
  }
  .logo_schriftzug .headline {
    font-size:28px;
  }
  .logo_schriftzug .subline {
    font-size:19px;
  }
  #subnav ul li a{
    font-size: 14px;
    line-height: 47px;
  }
  #subnav ul li {
    padding-left: 17px;
    padding-right: 17px;
  }
  .lmwrapper {
    width:32%;
  }
  .rmwrapper {
    width:68%;
  }
  p {
    font-size: 1.1em;
  }
  .ablauf_tabelle tr td.referent, .ablauf_tabelle tr th.referent {
    display:none;
  }
}

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

  #shirt_bestellen {
  height: 50px;
  width: 250px;
  background-image: url("images/shirt_bestellen_mobil.png");
  background-size: 250px 50px;
  left: 0px;
}

#pageflip {
  display: none;
}
  .fwrapper, .main, .container {
    width:90%;
    margin-left: 5%;
    margin-right:5%;
  }
  .hwrapper {
    width:100%;
  }
  header a.logo_wrapper {
    /*width:420px;*/
    width:443px;
    float:none;
    margin:0 auto;
  }
  header .ferd_wrapper {
    display:none;
  }
  .main-navigation ul {
    text-align: center;
  }
  .main-navigation ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
  header .ferd_wrapper img {
    width:450px;
  }
  .lmwrapper {
    display:none;
  }
  .rmwrapper {
    width:100%;
    float:none;
  }
}

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

  .main-navigation ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-navigation ul li a {
    font-size: 14px;
  }
}

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

.coronaForm {
  min-width: 0;
}

  .kontakt_bild {
  float:none;
  width:170px;
  margin-right:0px;
  margin-bottom: 20px;
}

.kontakt_text {
  float:none;
  width:100%;
}
  .spruch_subline {
    font-size: 1em;
  }
  .spruch_headline h1 {
    font-size: 2.2em;
  }
  .cmxform p label span.error {
    margin-left:0px;
    display: block;
    font-size: 10px;
  }
  table.sum {
    width:100%;
    font-size: 1.3em;
  }
  .anrede {
    width:100%;
    font-size: 1.3em;
  }
  #email_forms .left_column, input[type="submit"] {
    width:100%;
  }
  form.cmxform label {
    font-size: 0.9em;
  }
  body {
    font-size: 13px;
  }
  #connect {
    margin-left: 0;
  }
  .container {
    margin-top: 70px;
    max-width: 100%;
    position: static;
  }
  .slides-navigation {
    display: none;
  }
  .fwrapper, .main {
    width:86%;
    margin-left: 7%;
    margin-right: 7%;
  }
  .hwrapper {
    width:100%;
  }
  .main-navigation ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-navigation ul li a {
    font-size: 14px;
  }
  .mobile_logo img.logo {
    width:90%;
  }
  .mobile_logo img.ferdlogo {
    margin-top: 5px;
    width:60%;
  }
  .mobile_logo {
    padding-top: 10px;
    padding-bottom: 6px;
  }
  .fwrapper {
    font-size: 14px;
  }
    p {
    font-size: 1.4em;
  }
}

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

.spruch_headline {
    width:100%;
    float:none;
    text-align:center;
  }
  .spruch_subline {
    width:100%;
    text-align:center;
  }
  .preisschild {
    display:none;
  }
  .arrow_bottom {
    display:none;
  }
  .fwrapper {
    font-size: 15px;
  }
  .abschnitt .bild {
    float:none;
    width:100%;
    margin-bottom:20px;
  }
  .abschnitt .cv_text, .abschnitt .partner_text {
    float:none;
    width:100%;
  }
  .abschnitt .cv_text p.cv, .abschnitt .partner_text p.partner {
    padding:0px;
  }
}

@media screen and (max-height: 705px) {
  .arrow_bottom {
    display:none;
  }
}
