html,body{
  top: 0;
  margin: 0px !important;
  padding: 0px !important;
  height: 100%;
  width: 100%;
  overflow-x:hidden;
  background-color: #ffffff;
  border: none;
  color: #363636;
  line-height: 0;
  font-size: 0;
  cursor: default;
  scrollbar-base-color: #aaaaaa;
  scrollbar-face-color: #620000;
  scrollbar-3dlight-color: #620000;
  scrollbar-highlight-color: #620000;
  scrollbar-track-color: #aaaaaa;
  scrollbar-arrow-color: black;
  scrollbar-shadow-color: #620000;
  scrollbar-dark-shadow-color: #620000;
  -webkit-tap-highlight-color: #620000;
}
*{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
}
::-webkit-scrollbar {width:6px;height:6px;}
::-webkit-scrollbar-button {width:0px;height:0px;background-color:#aaaaaa;}
::-webkit-scrollbar-track {background-color:#aaaaaa;}
::-webkit-scrollbar-track-piece {background-color:#aaaaaa;}
::-webkit-scrollbar-thumb {height:6px; background-color:#620000; border-radius:3px;}
::-webkit-scrollbar-corner {background-color:#aaaaaa;}
::-webkit-resizer {background-color:#aaaaaa;}

::selection {background-color:#620000;color:#ffffff;}
::-moz-selection {background-color:#620000;color:#ffffff;}
::-o-selection {background-color:#620000;color:#ffffff;}
::-ms-selection {background-color:#620000;color:#ffffff;}
::-webkit-selection {background-color:#620000;color:#ffffff;}

html,body,.text,.text,.text2,.info{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.kenburns{
  -webkit-animation: kenburns 25s ease;
  animation: kenburns 25s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes kenburns
{
  0%
  {
    transform: scale(1);
  }
  100%
  {
    transform: scale(1.2);
  }
}
@keyframes kenburns
{
  0%
  {
    transform: scale(1);
  }
  100%
  {
    transform: scale(1.2);
  }
}

.swing:hover
{
        -webkit-animation: swing 0.5s ease;
        animation: swing 0.5s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
}
@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    30%
    {
        -webkit-transform: translateX(-4px);
       transform: translateX(-4px);
    }
    50%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    65%
    {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    80%
    {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    30%
    {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }
    50%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    65%
    {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    80%
    {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.toplink,.footertext,.footer1text,.footer2text,.footer,.footer2{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.headertext,.head,.head2,.head3,.title,.footerhead{
  font-family: 'Merriweather', serif;
  font-weight: 700;
}
.inputbutton,.inputbutton_small,.inputbutton1,.inputbutton2,.downloadbutton{
  font-family: 'Roboto', sans-serif;
}
.inputbutton,.inputbutton_small,.inputbutton1,.inputbutton2,.downloadbutton{
  font-weight: 700;
}
.inputbox,.inputfile,.inputbox_cms{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.menubutton,.menubutton_on,.menubutton_phone,.submenubutton_phone,.menubutton_phone_main,.menubutton_phone_on,.submenubutton_phone_on,.submenubutton,.submenubutton_on,.subsubmenubutton,.subsubmenubutton_on{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.menubutton,.menubutton_phone,.submenubutton,.subsubmenubutton{
  font-weight: 400;
}
.menubutton_on,.menubutton_phone_on,.submenubutton_on,.subsubmenubutton_on{
  font-weight: 700;
}
.handwriting{
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 17pt;
  line-height: 1.3em;
}
b{ font-weight: 700; }


h1,h2,h3,h4,h5{ margin: 0px; display: inline; word-wrap: break-word; }
p{ margin: 0px; padding: 0px; word-wrap: break-word; max-height: 5000px; }
hr{ border:0; background: #aaaaaa; height:1px; width:100%; }
hr.contenthr{ border:0; background: #aaaaaa; height:7px; width:100%; margin:60px 0px; }
form{ display: inline; margin: 0; }
ul{ margin: 0px; padding-left: 20px; }
a{ outline: none; text-decoration: none;color:#212121;word-wrap: break-word; }
a:focus{ outline: none; }
a:hover{ text-decoration: none; color: #323232; word-wrap: break-word; }
input{ -webkit-appearance: none; }
input[type=checkbox]{ -webkit-appearance: checkbox; }
input[type=radio]{ -webkit-appearance: radio; }
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 100px #eee inset; }
input:focus { outline: none; }
textarea{ resize: none; }
textarea:focus { outline: none; }

*{
  -webkit-font-smoothing: antialiased;
  outline: none;
}

.white{ color: #ffffff !important; }
.white_back{ background-color: #ffffff !important; }
.dark{ color: #323232 !important; }
.dark_back{ background-color: #323232 !important; }
.dark_back_transparant{ background-color: rgba(0,0,0,0.4) !important; }
.light{ color: #ffffff !important; }
.light_back{ background-color: #ffffff !important; }
.orange{ color: #620000 !important; }
.orange_back{ background-color: #66b32e !important; }
.red{ color: #620000 !important; }
.red_back{ background-color: #620000 !important; }
.grey{ color: #f1f4f5 !important; }
.grey_back{ background-color: #f1f4f5 !important; }

.header_background{
  display: table-row;
  position:relative;
  left:0px;
  top:0;
  width:100%;
  height:70px;
  color:#212121;
  z-index:150;
  background-color: #ffffff;
}
.header_cell{
  display: table-cell;
  position:relative;
  left:0;
  top:0;
  width:100%;
  height:70px;
}
.header{
  position:relative;
  left:0px;
  top:0;
  width: 100%;
  max-width:836px;
  height:70px;
  margin-left:auto;
  margin-right:auto;
  z-index:350;
}
.headerimage{
  position:absolute;
  left:0;
  top:20px;
  width:100%;
  height:220px;
  background-repeat:no-repeat;
  background-position:top center;
  background-size:cover;
  z-index:175;
}
.headerbox{
  position:relative;
  top:40%;
  right:0px;
  left:0px;
  bottom:0px;
  max-width: 90%;
  margin-left:auto;
  margin-right:auto;
  display:inline-block;
  background: rgba(255,255,255,0.75);
  padding:30px 50px;
  border-radius:10px;
  -webkit-border-radius:10px;
}
.headertext{
  position:absolute;
  right:0px;
  bottom:112px;
  text-align:right;
  font-size:14pt;
  line-height:1em;
  color: #ffffff;
}
.topgradient{
  display:none;
  position:absolute;
  left:0px;
  right:0px;
  top:0px;
  height:50px;
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  z-index:2600;
}
.topicons{
  position:absolute;
  right:10px;
  top:4px;
  z-index:2640;
}
:-ms-lang(x), .topicons {
  right:19px;
}
.topinfo{
  font-size:10pt;
  position:absolute;
  left:10px;
  top:4px;
  z-index:2650;
}
.toplink{
  line-height:13pt;
  font-size:13pt;
  color: #0f4c24;
  word-wrap: break-word;
  text-decoration: none;
}
.toplink:hover{
  text-decoration: none;
  color: #66b32e;
  word-wrap: break-word;
}
.logo{
  position:absolute;
  left:0px;
  top:30px;
  width:300px;
  z-index: 2750;
  white-space: nowrap;
  vertical-align:top;
}
.logotext{
  display:inline-block;
  padding: 14px 0 0 20px;
  font-size: 24pt;
  line-height: 1em;
  text-align:left;
  vertical-align:top;
  color:#222222;
}
.logo_footer{
  width:100%;
}
.flags{
  position:absolute;
  left:0;
  top:0px;
  width:200px;
  text-align:center;
}
.flag{
  margin:0 3px;
  display: inline;
}
.buttonmenu_background{
  position: absolute;
  right: 0px;
  top: 56px;
  width: 50%;
  background:none;
  text-align: right;
  z-index:800;
}
.buttonmenu{
  position: relative;
  left: 0px;
  right: 0px;
  top: 0px;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: right;
  white-space: nowrap;
  margin-left:auto;
  margin-right:auto;
  z-index:900;
}
.buttonmenu_phone{
  display: none;
  position:relative;
  left:0;
  top:0;
  width:100%;
  background: none;
  text-align: center;
  white-space: nowrap;
}
.buttonsubmenu{
  position:absolute;
  background: none;
  left:0px;
  width:auto;
  top:0px;
  margin-left:auto;
  margin-right:auto;
  padding:0;
  z-index:1200;
  text-align:left;
  line-height:1.3em;
}
.buttonsubmenu_phone{
  padding-bottom:5px;
  margin-bottom:5px;
  background: #0f4c24;
}
.buttonsubsubmenu_phone{
  padding-bottom:5px;
  margin-bottom:5px;
  background: #0f4c24;
}
.buttonsubmenu2{
  display:inline-block;
  position: relative;
  left: 0px;
  right: 0px;
  top: 0px;
  width: 964px;
  padding: 6px 0px;
  text-align: center;
  white-space: nowrap;
  border-top:solid 1px #0f4c24;
}
.buttonsubsubmenu{
  display:inline-block;
  background: #0f4c24;
  width:auto;
  position:relative;
  left:-20px;
  top:6px;
  margin-left:auto;
  margin-right:auto;
  padding:0 20px;
  z-index:1300;
  text-align:left;
  line-height:1.3em;
}
.menustop{
  display:inline-block;
  width:386px;
}
.menubutton{
  display:inline-block;
  font-size: 12px;
  line-height: 12px;
  color: #603c3c;
  background: none;
  padding: 11px 0px 11px 40px;
  white-space: nowrap;
  cursor: pointer;
  text-align:center;
  vertical-align:top;
}
.menubutton:hover{
  color: #620000;
}
.menubutton_on{
  display:inline-block;
  font-size: 12px;
  line-height: 12px;
  padding: 11px 0px 11px 40px;
  white-space: nowrap;
  color: #620000;
  cursor: pointer;
  text-align:center;
  vertical-align:top;
}
.menubutton_on:hover{
  color: #620000;
}

.menubuttons_phone{
  display: none;
}
.menubutton_phone,.menubutton_phone_main,.submenubutton_phone{
  display:inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #603c3c;
  background: none;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
}
.menubutton_phone_main{
  top: 3px !important;
  font-size: 14px !important;
  line-height: 14px !important;
}
span.menubutton_phone,span.submenubutton_phone,span.menubutton_phone_main{
  padding: 8px 18px 6px 18px;
}
.menubutton_phone:hover,.submenubutton_phone:hover{
  color: #620000;
}
.menubutton_phone_on,.submenubutton_phone_on{
  display:inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #620000;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
}
.menubutton_phone_on:hover,.submenubutton_phone_on:hover{
  color: #620000;
}
span.menubutton_phone_on,span.submenubutton_phone_on{
  padding: 8px 18px 6px 18px;
}

.submenubutton{
  display:inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #603c3c;
  padding: 11px 20px 11px 20px;
  white-space: nowrap;
  cursor: pointer;
  text-align:center;
  vertical-align:top;
}
.submenubutton:hover{
  color: #620000;
}
.submenubutton_on{
  display:inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #620000;
  padding: 11px 20px 11px 20px;
  white-space: nowrap;
  cursor: pointer;
  text-align:center;
  vertical-align:top;
}
.submenubutton_on:hover{
  color: #620000;
}

.subsubmenubutton{
  position:relative;
  left:0;
  top: 0;
  display:inline-block;
  padding: 8px 18px 6px 18px;
  font-size: 18px;
  line-height: 18px;
  color: #603c3c;
  background: none;
  white-space: nowrap;
  cursor: pointer;
}
.subsubmenubutton:hover{
  color: #620000;
}
.subsubmenubutton_on{
  position:relative;
  left:0;
  top: 0;
  display:inline-block;
  padding: 8px 18px 6px 18px;
  font-size: 18px;
  line-height: 18px;
  color: #620000;
  background: rgba(255,255,255,0.2);
  white-space: nowrap;
  cursor: pointer;
}
.subsubmenubutton_on:hover{
  color: #620000;
}

.menubutton, .menubutton_on, .menubuttonspecial, .menubutton_phone, .menubutton_phone_on, .submenubutton, .submenubutton_on, .submenubutton_phone, .submenubutton_phone_on, .subsubmenubutton, .subsubmenubutton_on, .subsubmenubutton_phone, .subsubmenubutton_phone_on{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.headerspacer{
  display: table-cell;
  position:relative;
  left:0;
  top:0;
  width:100%;
  height:20%;
}
.content{
  text-align:center;
  position:relative;
  left:0px;
  top:0;
  width: 100%;
  max-width:836px;
  margin-left:auto;
  margin-right:auto;
}

.blockspacer{
  height:80px;
}

.only_desktop{
  display: inline;
}
.only_phone{
  display: none;
}

.table{
  display: table;
}
.table100{
  display: table;
  width: 100%;
}
.tabletdpadding td{
  padding-right:20px;
}
.tabletdpadding td:last-child{
  padding-right:0;
}

.row{
  display: table-row;
}

.width-auto-full{
  width: auto;
}

.contentbox{
  width:100%;
  background: none;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
}
.contentbox2{
  width:100%;
  background: #212121;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
  border: solid 7px #ffffff;
}
.contentbox.bordered{
  border: 0;
  padding-top:15px !important;
  border-radius: 15px;
  -webkit-border-radius: 15px;
}
.sidebox{
  width:90%;
  background: #ffffff;
  padding: 20px 5%;
}

.box0, .box100, .box5, .box10, .box15, .box20, .box25, .box30, .box33, .box35, .box40, .box45, .box50, .box55, .box60, .box65, .box70, .box75, .box80, .box85, .box90, .box95{
  display: inline-block;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex:1 1 auto;
}
.boxflex11auto{
  display: inline-block;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex:1 1 auto;
}
.boxflex10auto{
  display: inline-block;
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex:1 0 auto;
}
.boxflex01auto{
  display: inline-block;
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex:0 1 auto;
}
.boxflex00auto{
  display: inline-block;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex:0 0 auto;
}
.boxflex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.boxflex2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.cell0, .cell5, .cell10, .cell20, .cell25, .cell30, .cell33, .cell40, .cell45, .cell50, .cell60, .cell70, .cell75, .cell80, .cell100{
  display:table-cell;
}
.box0, .box5, .box10, .box15, .box20, .box25, .box30, .box33, .box35, .box40, .box45, .box50, .box55, .box60, .box65, .box70, .box75, .box80, .box85, .box90, .box95, .box100, .cell0, .cell5, .cell10, .cell25, .cell30, .cell33, .cell40, .cell45, .cell50, .cell60, .cell70, .cell75, .cell80, .cell100{
  position:relative;
  left:0;
  top:0;
  padding: 0px;
  vertical-align:top;
}
.box0, .cell0{ width: auto; }
.box5, .cell5{ width: 5%; }
.box10, .cell10{ width: 10%; }
.box15, .cell15{ width: 15%; }
.box20, .cell20{ width: 20%; }
.box25, .cell25{ width: 25%; }
.box30, .cell30{ width: 30%; }
.box33, .cell33{ width: 33.3%; }
.box35, .cell35{ width: 35%; }
.box40, .cell40{ width: 40%; }
.box45, .cell45{ width: 45%; }
.box50, .cell50{ width: 50%; }
.box55, .cell55{ width: 55%; }
.box60, .cell60{ width: 60%; }
.box65, .cell65{ width: 65%; }
.box70, .cell70{ width: 70%; }
.box75, .cell75{ width: 75%; }
.box80, .cell80{ width: 80%; }
.box85, .cell85{ width: 85%; }
.box90, .cell90{ width: 90%; }
.box95, .cell95{ width: 95%; }
.box100, .cell100{ width: 100%; }

.main{
  display:table;
  position:relative;
  left:0;
  top:0;
  width:100%;
}

.page{
  display: table-cell;
  position:relative;
  left:0;
  top:0;
  width:100%;
  padding-top: 50px;
  padding-bottom: 20px;
  z-index:300;
  background: none;
}
.pagecontent{
  max-width:836px;
  min-height:800px;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  z-index:3100;
}
.textspacer{
  display: none;
}
.textbreak{
  display: block;
}
.textbreak2{
  display: inline;
}
.textalign-center{
  text-align: center;
}
.textalign-left{
  text-align: left;
}
.textalign-left-center{
  text-align: left;
}
.textalign-right{
  text-align: right;
}
.textalign-right-left{
  text-align: right;
}
.textalign-right-center{
  text-align: right;
}
.float-left-center{
  float: left;
}
.float-right-center{
  float: right;
}
.textmargin{
  width:100%;
  padding:0;
}
.textspace-nowrap-wrap{
  white-space: nowrap;
}
.textblock-left{
  padding:0px 50px 0px 0px;
}
.textblock-center{
  padding:0px 50px 0px 50px;
}
.textblock-right{
  padding:0px 0px 0px 50px;
}

.block{
  position:relative;
  left:0;
  top:0;
  display:inline-block;
  width:30.6%;
  margin-bottom:60px;
  vertical-align:top;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex:0 0 auto;
  border-radius: 1px;
  -webkit-border-radius: 1px;
}
.block:nth-child(3n-2){
  margin-left:0;
  margin-right:2%;
}
.block:nth-child(3n-1){
  margin-left:2%;
  margin-right:2%;
}
.block:nth-child(3n){
  margin-left:2%;
  margin-right:0;
}

.blockcontainer{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: 0;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
h1.head, h2.head, h3.head{
  display:inline-block;
  margin-bottom: 8px;
}
.head{
  font-size: 16pt;
  line-height: 1.1em;
  color: #620000;
}
.head2{
  font-size: 20pt;
  line-height: 1.2em;
  color: #620000;
}
.head3{
  font-size: 12pt;
  line-height: 1.1em;
  color: #620000;
}
.text{
  font-size: 13pt;
  line-height: 1.6em;
  word-wrap: break-word;
  color: #363636;
}
.text2{
  font-size: 10pt;
  line-height: 1.5em;
  word-wrap: break-word;
  color: #620000;
}
.info{
  font-size: 10pt;
  color: #363636;
  line-height: 1.5em;
  font-style: italic;
  word-break: break-all !important;
}
.title{
  font-size: 12pt;
  line-height: 1.5em;
  word-wrap: break-word;
  color: #363636;
}

.shadowbox{
  background: #d2d2d2;
}
.shadowbox:before, .shadowbox:after{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.shadowbox:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.image{
  position:relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  outline: none;
}
.imagealign-left-full{
  float:left;
  margin-right:30px;
  margin-bottom:30px;
  margin-top:5px;
}
.imagealign-right-full{
  float:right;
  margin-left:30px;
  margin-bottom:30px;
  margin-top:5px;
}
.roundimage{
  border-radius: 50%;
  -webkit-border-radius: 50%;
  outline: none;
}

.arrow-right {
	width: 0;
	height: 0;
	border-top: 34px solid transparent;
	border-bottom: 34px solid transparent;
	border-left: 34px solid #B5B5B5;
}
.arrow-left {
	width: 0;
	height: 0;
	border-top: 34px solid transparent;
	border-bottom: 34px solid transparent;
	border-right: 34px solid #B5B5B5;
}

.inputbutton,.inputbutton_small{
  display:inline-block;
  color: #ffffff;
  background: #620000;
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
}
.inputbutton{
  font-size: 11pt;
  line-height: 11pt;
  padding: 9px 18px 10px 18px;
}
.inputbutton_small{
  font-size: 11pt;
  line-height: 11pt;
  padding: 4px 12px 4px 12px;
}
.inputbutton:hover,.inputbutton_small:hover{
  background: #DD5601;
}
.inputbutton1{
  display:inline-block;
  font-size: 11pt;
  line-height: 11pt;
  color: #ffffff;
  background-color: #603c3c;
  border: 0;
  padding: 9px 18px 10px 18px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
}
.inputbutton1:hover{
  background: #620000;
}
.inputbutton2{
  display:inline-block;
  font-size: 11pt;
  line-height: 11pt;
  color: #ffffff;
  background-color: #603c3c;
  border: 0;
  padding: 9px 18px 10px 18px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
}
.inputbutton2:hover{
  background: #620000;
}

.inputbox,.inputbox_cms{
  font-size: 11pt;
  color: #620000;
  border: none;
  background-color: #f3f3f3;
  padding: 5px 10px 7px 10px;
  margin: 0px 0px 3px 0px;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
textarea.inputbox{
  margin-top: 8px;
  white-space: normal;
  line-height: 1.3em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.inputbox_cms{
  background-color: #eeeeee !important;
}
.wysibb-text-editor{
  line-height: 1.3em !important;
}
.inputfile{
  font-size: 11pt;
  color: #620000;
  border: none;
  background-color: #ffffff;
  padding: 4px 10px 4px 10px;
  margin: 0px 0px 3px 0px;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.link{
  color: #620000;
  word-wrap: break-word;
  text-decoration: none;
}
.link:hover{
  text-decoration: none;
  color: #DD5601;
}
.link2{
  color: #620000 !important;
  word-wrap: break-word;
  text-decoration: none;
}
.link2:hover{
  text-decoration: none;
  color: #DD5601 !important;
}
.whitelink{
  color: #ffffff;
  word-wrap: break-word;
  text-decoration: none;
}
.whitelink:hover{
  color: #e2e2e2;
}

.backlink{
  background-image: url(../images/arrows-back-off.png);
  background-repeat:no-repeat;
  background-position:left center;
  background-size: auto 12px;
}
.backlink:hover{
  background-image: url(../images/arrows-back-on.png);
}

.downloadbutton{
  display:inline-block;
  min-height:25px;
  font-size: 9pt;
  line-height: 9pt;
  color: #ffffff;
  background-color: #620000;
  border: 0;
  padding:7px 14px 7px 38px;
  background-size: 22px 22px;
  background-repeat:no-repeat;
  background-position:8px 8px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
}
.downloadbutton{
  background-image:url(../images/file-white.png);
}
.downloadbutton:hover{
  background-color: #DD5601;
}

.footerpage{
  display: table-cell;
  position:relative;
  left:0;
  top:0;
  width:100%;
  z-index:300;
  background: none;
}
.footerimage{
  position:relative;
  left:0;
  top:0;
  width:100%;
  max-width:1920px;
  margin-left:auto;
  margin-right:auto;
  height:500px;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  z-index:175;
  overflow: hidden;
}
.footerimageoverlay, .headerimageoverlay{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background-color:rgba(255,255,255,0.2);
}
.footerspacer{
  display: inline-block;
  width: 2px;
  padding-left:26px;
  padding-right:26px;
}
.footer{
  display: table-cell;
  background-color: #620000;
  width:100%;
  vertical-align: middle;
  text-align:center;
  font-size: 12px;
  line-height: 1.5em;
  color: #ffffff;
}
.footer-table{
  display:table;
  width:100%;
  max-width:836px;
  margin-left:auto;
  margin-right:auto;
}
.footercol1{
  display: table-cell;
  vertical-align: top;
  text-align: left;
  width: 30%;
}
.footercol2{
  display: table-cell;
  vertical-align: top;
  text-align: left;
  width: 20%;
}
.footercol3{
  display: table-cell;
  vertical-align: top;
  text-align: left;
  width: 25%;
}
.footercol4{
  display: table-cell;
  vertical-align: top;
  text-align: left;
  width: 25%;
}
.footertext,.footer1text,.footer2text{
  font-size:12px;
  line-height: 1.5em;
}
.footerhead{
  font-size:14px;
  line-height: 1.5em;
  text-transform: uppercase;
}
.footerlink{
  color: #ffffff;
  text-decoration: none;
}
.footerlink:hover{
  color: #eeeeee;
}

.footer2{
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align:center;
  background-color: #603c3c;
  padding:10px 18px;
  font-size: 10pt;
  line-height: 1.8em;
  color: #ffffff;
}
.footer2col1{
  display: table-cell;
  vertical-align: top;
  text-align: left;
  width: 66%;
}
.footer2col2{
  display: table-cell;
  vertical-align: top;
  text-align: right;
  width: 34%;
}
.footer2link{
  color: #ffffff;
  text-decoration: none;
}
.footer2link:hover{
  color: #eeeeee;
}

.cms_back{
  background: #ffffff;
  border:solid 1px #aaaaaa;
}

.cookie{
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  width:100%;
  height:auto;
  text-align:center;
  background-color: #283037;
  padding:10px 1% 10px 1%;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 1.8em;
  font-weight: 400;
  color: #ffffff;
  z-index: 2500;
}

.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fadeInTop {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInTop {
    -webkit-animation-name: fadeInTop;
    animation-name: fadeInTop;
}
.animationNo1 {
  animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
}
.animationNo2 {
  animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
}
.animationNo3 {
  animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
}
.animationNo4 {
  animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
}
.animationNo5 {
  animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
}

@media screen and (max-width: 890px) {
  .table, .table100, .footer, .footer2, .row, .page, .footerpage{
    display: block;
  }
  .boxflex{
    display: block;
  }
  .box0, .box5, .box10, .box15, .box20, .box25, .box30, .box33, .box35, .box40, .box45, .box50, .box55, .box60, .box65, .box70, .box75, .box80, .box85, .box90, .box95, .box100, .cell0, .cell5, .cell10, .cell20, .cell25, .cell30, .cell33, .cell40, .cell45, .cell50, .cell60, .cell75, .cell80, .cell100{
    display:block;
    padding: 0px;
    width: 100%;
    flex: 0 0 auto;
  }
  .pagecontent{
    min-height:320px;
    padding:0;
  }
  .page{
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .blockcontainer{
    display: block;
  }
  .block{
    width:100%;
  }
  .block:nth-child(3n-2), .block:nth-child(3n-1), .block:nth-child(3n){
    margin-left:0;
    margin-right:0;
  }
  .breakingtable tr, .breakingtable tr td{
    display:block;
    width:auto !important;
  }
  .width-auto-full{
    width: 100%;
  }
  .textmargin{
    width:100%;
    padding:30px 15px 30px 15px;
  }
  .header, .header_cell, .header_background{
    width: 100%;
    height: auto !important;
  }
  .headerimage{
    position:relative;
    display:block;
    height:212px;
    top:0;
  }
  .footerimage{
    height:212px;
  }
  .topicons{
  }
  .topinfo{
  }
  .logo{
    position:relative;
    left:0;
    top:0px;
    height:auto !important;
    width:75%;
    max-width:320px;
    bottom:auto;
    margin-top:40px;
    margin-bottom:10px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
  }
  .logo_footer{
    width:60%;
    height:auto;
  }
  .logotext{
    display:block;
    text-align:center;
    margin: 0;
    padding: 4px 0 0 0px;
    white-space:normal;
    font-size: 20pt;
  }
  .flags{
    position:absolute;
    left:10px;
    top:10px;
    width:auto;
    text-align:left;
  }
  .flag{
    margin:9px 0px;
    display: block;
  }
  .headertext{
    position:relative;
    right:0px;
    left:0px;
    top:0px;
    text-align:center;
    color: #ffffff;
    margin-top:0px;
    margin-bottom:35px;
  }
  .buttonmenu_background, .buttonmenu, .buttonsubmenu2{
    display:none;
  }
  .buttonmenu_phone{
    display:block;
  }
  .menubuttons_phone{
    display:block;
  }
  .content{
    width:100%;
  }
  .head{
    font-size: 19pt;
  }
  .head2{
    font-size: 17pt;
  }
  .head3{
    font-size: 15pt;
  }
  .imagealign-left-full{
    display: block;
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .imagealign-right-full{
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0;
    float:none;
  }
  .footer{
    width:100%;
    padding: 0 2%;
  }
  .footer-table{
    width:100%;
  }
  .footercol1{
    display: block;
    text-align: center;
    width: 100%;
    padding-bottom: 0px;
  }
  .footercol1 > img{
    display:block;
    float: none;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:5px;
  }
  .footercol2, .footercol3, .footercol4{
    display: block;
    vertical-align: top;
    text-align: center;
    width: 100%;
    padding: 20px 0;
  }
  .footercol2{
    padding:0 !important;
  }
  .footerspacer{
    display:block;
    color:#3B4D5F;
    height:5px;
    overflow:hidden;
  }
  .footer2{
    padding:18px 2%;
    width:100%;
  }
  .footer2col1{
    display: block;
    text-align: center;
    width: 100%;
    padding: 20px 0;
  }
  .footer2col2{
    display: block;
    vertical-align: top;
    text-align: center;
    width: 100%;
    padding: 20px 0 0px 0;
  }
  .textspace-nowrap-wrap{
    white-space: normal;
  }
  .textblock-left, .textblock-center, .textblock-right{
    padding:0px 5px 0px 5px;
  }
  .textalign-left-center{
    text-align: center;
  }
  .textalign-right-left{
    text-align: left;
  }
  .textalign-right-center{
    text-align: center;
  }
  .textspacer{
    display: block;
  }
  .textbreak{
    display: none;
  }
  .textbreak2{
    display: block;
    height:auto;
  }
  .float-left-center{
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .float-right-center{
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .blockspacer{
    height:25px;
  }
  .only_desktop{
    display: none;
  }
  .only_phone{
    display: inline;
  }
}
