/* 
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

html {
  font-size: 20px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 900; }

h1 {
  font-size: 72px; }

h2 {
  font-size: 60px; }

h3 {
  font-size: 48px; }

h4 {
  font-size: 36px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 18px; }

p > img.alignleft { float:left; margin:0 20px 20px 0; }
p > img.alignright { float:right; margin:0 0 20px 20px; }
p > img.aligncenter { margin:auto; display: block; }

.wp-caption.alignleft { float:left; margin:0 20px 20px 0; }
.wp-caption.alignright { float:right; margin:0 0 20px 20px; }
.wp-caption.aligncenter { margin:auto; display: block; }
.wp-caption > .wp-caption-text {font-style: italic; font-size: 80%; margin:0;}

/*styles for contact and articles*/
.container.detail,
.container.contact {
  padding: 0;
  background: white;
  padding-top: 100px;
  margin-top: -200px; }

.art-title {
  color: black;
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  font-family: PT Serif;
  margin-top: 65px;
  margin-bottom: 10px; }

.art-meta {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  font-family: PT Sans; }
  .art-meta a {
    color: #7f62aa;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .art-meta a:hover {
    color: black; }

.art-perex {
  font-family: PT Serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
  color: black;
  margin-top: 30px;
  margin-bottom: 30px; }

.art-text-default {
  font-family: PT Sans;
  font-size: 18px;
  line-height: 29px;
  color: #3f3f3f;
  margin-top: 20px; }
  .art-text-default a {
    color: #7f62aa;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .art-text-default a:hover {
    color: #3f3f3f;
    text-decoration: underline; }

.art-sub-heading {
  font-size: 24px;
  font-family: PT Sans;
  color: black;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px; }

.art-citate {
  color: #7f62aa;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  font-family: PT Serif;
  padding: 18px 20px;
  border-left: 2px solid #7f62aa; }

.pic-desc {
  font-size: 14px;
  font-style: italic;
  font-family: PT Sans;
  color: #666666;
  text-align: right; }

.pic-default {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: right;
  line-height: 13px; }

.pic-featured {
  text-align: right;
  line-height: 13px; }

/*contact*/
.container.contact {
  padding-bottom: 80px; }
  .container.contact .panel {
    /*border: 0px solid transparent;*/
    -webkit-box-shadow: unset;
    box-shadow: unset; }
  .container.contact .panel-body {
    margin-top: -30px; }
  .container.contact h3 {
    color: #7f62aa; }
  .container.contact .sidebar {
    padding-top: 80px; }
  .container.contact .left-content {
    padding-left: 15px;
    padding-right: 15px; }

@media only screen and (min-width: 1300px) {
  .container.detail,
  .container.contact {
    width: 1300px; } }
@media only screen and (min-width: 992px) {
  /*.two-columns-text {
    columns: 2;
    column-gap: 30px; }*/

  .container.detail,
  .container.contact {
    padding-top: 100px; } }
@media only screen and (max-width: 991px) {
  .container.detail,
  .container.contact {
    padding-top: 20px; } }
@media only screen and (max-width: 479px) {
  .container.detail,
  .container.contact {
    padding-top: 0;
    margin-top: -25px; } }
/*OVERIDES*/
.flat-button a {
  color: white !important; }

.btn {
  border-radius: 0;
  border-width: 0.2rem;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  border-color: transparent;
  transition: all 0.5s ease; }

.btn-group-sm > .btn, .btn-sm {
  padding: 0.55rem 1.8rem;
  font-size: 0.45rem;
  line-height: 0.9; }

.btn-group-lg > .btn, .btn-lg {
  padding: 1.17rem 2.5rem;
  font-size: 0.75rem;
  line-height: 0.8; }
.red.btn-success:hover,
.red.btn-success:active,
.red.btn-success:focus {
  border-color:#7f62aa;
  background-color:#7f62aa;
  color:white;
}
.red.btn-success {
  border-color:#666666;
  color:#666666;
}

.open>.dropdown-toggle.btn-success,
.btn-success.active.focus, 
.btn-success.active:focus, 
.btn-success.active:hover, 
.btn-success:active.focus, 
.btn-success:active:focus, 
.btn-success:active:hover, 
.open>.dropdown-toggle.btn-success.focus, 
.open>.dropdown-toggle.btn-success:focus, 
.open>.dropdown-toggle.btn-success:hover {
    background-color: transparent;
    border-color: #fff;
    border-width: 0.2rem;
}
/*primary*/
.btn-primary {
  background-color: #7f62aa;
  background: url("../img/atm-button-btn-primary-bg.jpg") center center; 
}

.btn-primary:hover {
  border-color: transparent;
  background-color: #7f62aa;
  background-position: 50% 45%; 
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #7f62aa;
    border-color: transparent;
}

.btn-primary.active, .btn-primary:active {
    background-color: #7f62aa;
    background: url("../img/atm-button-btn-primary-bg.jpg") center center;
    background-position: 50% 45%; 
    border-color: transparent;
}

.btn-primary.focus.active, .btn-primary:focus:active {
    border-color: transparent;
}


/*negative primary / secondary button*/
.btn-success {
  background-color: transparent;
  border-color: #fff;
  border-width: 0.2rem; }

.btn-success.btn-sm {
  border-width: 0.1rem;
  padding: 0.65rem 1.8rem; }

.btn-success:hover,
.btn-success.focus, 
.btn-success:focus,
.btn-success.active, 
.btn-success:active {
  background-color: white;
  border-color: white;
  color: #7f62aa; }

/*default button*/
.btn-default {
  background-color: transparent;
  border-color: #666666;
  border-width: 0.2rem;
  color: #666666; }

.btn-default.btn-sm {
  border-width: 0.1rem;
  padding: 0.65rem 1.8rem; }

.btn-default:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff; }

/*# sourceMappingURL=atm-button.css.map */
